Results

By type

          *** actual launch of AAI Resources
{"timestamp":"2023-04-22T03:05:55.516Z","message":"Initializing AAIConfig","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:05:55.528Z","message":"Reloading config from /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:05:55.529Z","message":"Found the aaiconfig.properties in the following location: /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:05:55.531Z","message":"A&AI Server Node Name = aai.config.nodename","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.636Z","message":"Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"o.s.b.l.logback.LogbackLoggingSystem","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.637Z","message":"Loaded expression factory via original TCCL","thread":"background-preinit","logger":"o.h.v.m.ResourceBundleMessageInterpolator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.729Z","message":"HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.","thread":"background-preinit","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.730Z","message":"HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.","thread":"background-preinit","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.731Z","message":"HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.","thread":"background-preinit","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.731Z","message":"HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.","thread":"background-preinit","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:05:57.732Z","message":"HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.","thread":"background-preinit","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}

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

03:06:04,691 |-INFO in LogbackRequestLog - Will use configuration resource [/localhost-access-logback.xml]
03:06:04,699 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - debug attribute not set
03:06:04,703 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
03:06:04,703 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ACCESS]
03:06:04,704 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1033638837 - setting totalSizeCap to 6 GB
03:06:04,704 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1033638837 - No compression will be used
03:06:04,705 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1033638837 - Will use the pattern /opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd} for the active file
03:06:04,705 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd}'.
03:06:04,705 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
03:06:04,705 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sat Apr 22 03:06:04 GMT 2023
03:06:04,727 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - Active log file name: /opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log
03:06:04,727 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - File property is set to [/opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log]
03:06:04,727 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ACCESS] to null
03:06:04,727 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
03:06:04,728 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUTACCESS]
03:06:04,730 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUTACCESS] to null
03:06:04,730 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - End of configuration.
03:06:04,730 |-INFO in ch.qos.logback.access.joran.JoranConfigurator@492691d7 - Registering current configuration as safe fallback point

{"timestamp":"2023-04-22T03:06:04.995Z","message":"REGISTERED CLASSES [class org.onap.aai.rest.search.ModelAndNamedQueryRestProvider, class org.onap.aai.rest.CQ2Gremlin, class org.onap.aai.rest.util.EchoResponse, class org.onap.aai.rest.QueryConsumer, class org.onap.aai.rest.RecentAPIConsumer, class org.onap.aai.rest.search.SearchProvider, class org.onap.aai.rest.CQ2GremlinTest, class org.onap.aai.rest.DslConsumer]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.001Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionLatestInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.002Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestHeaderManipulation result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.003Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseHeaderManipulation result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.004Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.InvalidResponseStatus result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.004Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestTransactionLogging result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.004Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestModification result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.005Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.OneWaySslAuthorization result=false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.006Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseTransactionLogging result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.008Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HeaderValidation result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.008Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HttpHeaderInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.009Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RetiredInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.009Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.013Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionLatestInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.013Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestHeaderManipulation result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.014Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseHeaderManipulation result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.015Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.InvalidResponseStatus result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.017Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestTransactionLogging result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.018Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestModification result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.018Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.OneWaySslAuthorization result=false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.020Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseTransactionLogging result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.021Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HeaderValidation result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.021Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HttpHeaderInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.023Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RetiredInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.023Z","message":"isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionInterceptor result=true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.025Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.post.InvalidResponseStatus","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.026Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.RequestTransactionLogging","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.028Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.HeaderValidation","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.028Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.post.ResponseTransactionLogging","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.029Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.post.ResponseHeaderManipulation","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.029Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.HttpHeaderInterceptor","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.030Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.VersionLatestInterceptor","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.030Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.RetiredInterceptor","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.031Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.VersionInterceptor","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.031Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.RequestHeaderManipulation","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.031Z","message":"REGISTERED FILTERS org.onap.aai.interceptors.pre.RequestModification","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.web.JerseyConfiguration","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:05.401Z","message":"Using SLF4J as the default logging framework","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"i.m.c.u.i.l.InternalLoggerFactory","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:07.303Z","message":"Translator is SchemaServiceTranslator","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"o.onap.aai.config.NodesConfiguration","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.009Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.010Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.010Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.011Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.022Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/versions, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","LogTimestamp":"2023-04-22T03:05:55.508Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.220Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/versions","ElapsedTime":"0","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.214Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.220Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/versions","ElapsedTime":"0","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.214Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.220Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/versions","ElapsedTime":"0","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.214Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.222Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/versions","ElapsedTime":"0","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.214Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.684Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"462","StatusCode":"COMPLETE","ServerFQDN":"aai-traversal","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/versions","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.676Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.793Z","message":"Processing the translator","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"462","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.676Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.793Z","message":"Version being processedv11","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"462","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.676Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.794Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"462","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f57b97d5-4be9-4ae0-ae06-c1aabf7624c2","LogTimestamp":"2023-04-22T03:06:08.676Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.882Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.881Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.882Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.881Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.883Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.881Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.883Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.881Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.920Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.937Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.937Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:08.939Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.479Z","message":"Types size 222","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.528Z","message":"Version being processedv12","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.529Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"38","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"59ce2750-fd59-4666-878a-5696fc377820","LogTimestamp":"2023-04-22T03:06:08.919Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.533Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"1","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.533Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.533Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"1","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.533Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.534Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"1","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.533Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.534Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"1","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.533Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.568Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.582Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.582Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:13.583Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.731Z","message":"Types size 235","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.755Z","message":"Version being processedv13","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.802Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"5edba64b-6619-4c4f-ab74-f3d4093659c3","LogTimestamp":"2023-04-22T03:06:13.567Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.805Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.804Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.805Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.804Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.806Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.804Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.806Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.804Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.840Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.859Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.861Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:15.861Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.733Z","message":"Types size 237","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.811Z","message":"Version being processedv14","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.813Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d75a0785-8d50-4e92-9886-5042bc7540b0","LogTimestamp":"2023-04-22T03:06:15.839Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.817Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.816Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.818Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.816Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.818Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.816Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.818Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.816Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.858Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.903Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.904Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:17.905Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.825Z","message":"Types size 272","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.838Z","message":"Version being processedv15","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.839Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"41","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d52d6608-1ce0-44fd-9bfe-baec3a5419bf","LogTimestamp":"2023-04-22T03:06:17.857Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.841Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.841Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.842Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.841Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.842Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.841Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.842Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.841Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.872Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.903Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.904Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:19.905Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.075Z","message":"Types size 279","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.086Z","message":"Version being processedv16","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.087Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9ee185cd-e112-4e90-af73-bebd0f7acee1","LogTimestamp":"2023-04-22T03:06:19.872Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.089Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.089Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.089Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.089Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.089Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.089Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.090Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.089Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.165Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.183Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.185Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:22.185Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.770Z","message":"Types size 281","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.785Z","message":"Version being processedv17","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.786Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"75","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e0789c7c-d8fe-481b-87fe-722f991e3aa0","LogTimestamp":"2023-04-22T03:06:22.164Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.788Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.788Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.789Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.788Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.789Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.788Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.789Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.788Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.824Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.836Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.837Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:23.837Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.624Z","message":"Types size 281","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.634Z","message":"Version being processedv18","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.634Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"840cf6dc-5bf5-407c-be6c-6cee5554b5d3","LogTimestamp":"2023-04-22T03:06:23.823Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.636Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.635Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.636Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.635Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.636Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.635Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.636Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.635Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.673Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.685Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.685Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:25.685Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.090Z","message":"Types size 281","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.100Z","message":"Version being processedv19","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.101Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"37","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"201ab667-3cbe-4bda-8c96-6f5e112b65e4","LogTimestamp":"2023-04-22T03:06:25.672Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.103Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.102Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.103Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.102Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.103Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.102Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.103Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.102Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.125Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.143Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.144Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:27.144Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.010Z","message":"Types size 301","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.042Z","message":"Version being processedv20","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.044Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d727196c-ddff-4a8e-bb3b-bd8319384cf3","LogTimestamp":"2023-04-22T03:06:27.125Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.050Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.049Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.050Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.049Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.050Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.049Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.051Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.049Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.077Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.103Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.104Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:29.104Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.171Z","message":"Types size 305","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.203Z","message":"Version being processedv21","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.204Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"02c9df48-fbf4-4b95-906a-dbd27979259a","LogTimestamp":"2023-04-22T03:06:29.076Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.206Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.206Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.206Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.206Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.247Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.262Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.263Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:31.263Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.191Z","message":"Types size 371","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.204Z","message":"Version being processedv22","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.205Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"40","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e3043473-fa18-42b8-a37f-99b5dcb21ab8","LogTimestamp":"2023-04-22T03:06:31.246Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.207Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.207Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.207Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.207Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.206Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.255Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.274Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.275Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:33.276Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.260Z","message":"Types size 378","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.275Z","message":"Version being processedv23","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.276Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"48","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"25b893d6-04a0-45ef-ae15-9f1477e0932e","LogTimestamp":"2023-04-22T03:06:33.254Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.278Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.278Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.278Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.278Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.279Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.278Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.279Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.278Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.330Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.349Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.350Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:35.351Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.485Z","message":"Types size 378","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.499Z","message":"Version being processedv24","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.500Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"51","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"54f6b5b5-7428-4079-a737-7eb7eec47ff9","LogTimestamp":"2023-04-22T03:06:35.329Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.502Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.501Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.502Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.501Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.502Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.501Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.502Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.501Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.536Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.564Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.565Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:37.565Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.696Z","message":"Types size 406","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.712Z","message":"Version being processedv25","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.713Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"35","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"9969ad62-8be4-4c9f-a1ad-5ac5a0264638","LogTimestamp":"2023-04-22T03:06:37.536Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.714Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.714Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.715Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.714Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.715Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.714Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.715Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.714Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.799Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.821Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.822Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:39.823Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.839Z","message":"Types size 410","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.856Z","message":"Version being processedv26","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.857Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"84","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"90cc98a6-b056-49ad-94ae-9d9017ac5e37","LogTimestamp":"2023-04-22T03:06:39.798Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.859Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.859Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.860Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.859Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.860Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.859Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.860Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.859Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.906Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.937Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.937Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:41.938Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.014Z","message":"Types size 410","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.029Z","message":"Version being processedv27","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.030Z","message":"Headers: {Accept=application/xml, Content-Type=application/xml}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"46","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d9e88585-0b6c-4820-aa83-939c930bbee4","LogTimestamp":"2023-04-22T03:06:41.905Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.032Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.031Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.032Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.031Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.032Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.031Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.032Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","ElapsedTime":"0","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.031Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.077Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/nodes","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.103Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.103Z","message":"Retrieved OXMs from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:44.104Z","message":"Ingested the InputStream","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.519Z","message":"Types size 410","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.nodes.NodeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.574Z","message":"AAI Server initialization started...","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.TraversalApp","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.575Z","message":"Starting AAIGraph connections and the NodeInjestor","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.TraversalApp","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.576Z","message":"Initializing AAIConfig","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.576Z","message":"Reloading config from /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.577Z","message":"Found the aaiconfig.properties in the following location: /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:46.577Z","message":"A&AI Server Node Name = aai.config.nodename","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.util.AAIConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.008Z","message":"DataStax Java driver 3.6.0 for Apache Cassandra","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.019Z","message":"Detected Guava >= 19 in the classpath, using modern compatibility layer","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.GuavaCompatibility","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.020Z","message":"com.datastax.driver.NEW_NODE_DELAY_SECONDS is undefined, using default value 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.021Z","message":"com.datastax.driver.NOTIF_LOCK_TIMEOUT_SECONDS is undefined, using default value 60","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.040Z","message":"com.datastax.driver.USE_NATIVE_CLOCK is undefined, using default value true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.371Z","message":"Using native clock to generate timestamps.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.datastax.driver.core.ClockFactory","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.383Z","message":"com.datastax.driver.NON_BLOCKING_EXECUTOR_SIZE is undefined, using default value 2","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.475Z","message":"Starting new cluster with contact points [cassandra/10.233.67.234:9042]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.517Z","message":"Using SLF4J as the default logging framework","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.u.i.l.InternalLoggerFactory","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.543Z","message":"-Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.u.i.InternalThreadLocalMap","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.543Z","message":"-Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.u.i.InternalThreadLocalMap","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.652Z","message":"-Dio.netty.noUnsafe: false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.653Z","message":"Java version: 8","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.654Z","message":"sun.misc.Unsafe.theUnsafe: available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.656Z","message":"sun.misc.Unsafe.copyMemory: available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.657Z","message":"java.nio.Buffer.address: available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.658Z","message":"direct buffer constructor: available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.659Z","message":"java.nio.Bits.unaligned: available, true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.660Z","message":"jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.660Z","message":"java.nio.DirectByteBuffer.(long, int): available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent0","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.660Z","message":"sun.misc.Unsafe: available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.660Z","message":"-Dio.netty.tmpdir: /tmp (java.io.tmpdir)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.660Z","message":"-Dio.netty.bitMode: 64 (sun.arch.data.model)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.663Z","message":"-Dio.netty.maxDirectMemory: 1020067840 bytes","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.663Z","message":"-Dio.netty.uninitializedArrayAllocationThreshold: -1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.665Z","message":"java.nio.ByteBuffer.cleaner(): available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.internal.CleanerJava6","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.665Z","message":"-Dio.netty.noPreferDirect: false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.673Z","message":"com.datastax.driver.FORCE_NIO is undefined, using default value false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.702Z","message":"-Dio.netty.native.workdir: /tmp (io.netty.tmpdir)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.702Z","message":"-Dio.netty.native.deleteLibAfterLoading: true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.702Z","message":"-Dio.netty.native.tryPatchShadedId: true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.709Z","message":"Unable to load the library 'netty_transport_native_epoll_x86_64', trying other loading mechanism.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"exception":"java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path\n\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\tat java.lang.System.loadLibrary(System.java:1122)\n\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\tat java.security.AccessController.doPrivileged(AccessController.java)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)\n\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)\n\tat io.netty.channel.epoll.Native.(Native.java:70)\n\tat io.netty.channel.epoll.Epoll.(Epoll.java:39)\n\tat java.lang.Class.forName0(Class.java)\n\tat java.lang.Class.forName(Class.java:264)\n\tat com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)\n\tat com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)\n\tat com.datastax.driver.core.Connection$Factory.(Connection.java:926)\n\tat com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)\n\tat com.datastax.driver.core.Cluster.init(Cluster.java:208)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)\n\tat com.datastax.driver.core.Cluster.connect(Cluster.java:305)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)\n\tat org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)\n\tat org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)\n\tat org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)\n\tat org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)\n\tat org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)\n\tat org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)\n\tat org.onap.aai.TraversalApp.init(TraversalApp.java:106)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)\n\tat org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)\n\tat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:312)\n\tat org.onap.aai.TraversalApp.main(TraversalApp.java:128)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:51)\n\tat org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)\n","thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.711Z","message":"netty_transport_native_epoll_x86_64 cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"exception":"java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path\n\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\tat java.lang.System.loadLibrary(System.java:1122)\n\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)\n\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)\n\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)\n\tat io.netty.channel.epoll.Native.(Native.java:70)\n\tat io.netty.channel.epoll.Epoll.(Epoll.java:39)\n\tat java.lang.Class.forName0(Class.java)\n\tat java.lang.Class.forName(Class.java:264)\n\tat com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)\n\tat com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)\n\tat com.datastax.driver.core.Connection$Factory.(Connection.java:926)\n\tat com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)\n\tat com.datastax.driver.core.Cluster.init(Cluster.java:208)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)\n\tat com.datastax.driver.core.Cluster.connect(Cluster.java:305)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)\n\tat org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)\n\tat org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)\n\tat org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)\n\tat org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)\n\tat org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)\n\tat org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)\n\tat org.onap.aai.TraversalApp.init(TraversalApp.java:106)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)\n\tat org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)\n\tat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:312)\n\tat org.onap.aai.TraversalApp.main(TraversalApp.java:128)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:51)\n\tat org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)\n\tSuppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path\n\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\t\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\t\tat java.lang.System.loadLibrary(System.java:1122)\n\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t\t... 3 frames excluded\n\t\tat java.lang.reflect.Method.invoke(Method.java:498)\n\t\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\t\tat java.security.AccessController.doPrivileged(AccessController.java)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\t\t... 64 common frames omitted\n","thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.737Z","message":"Unable to load the library '/tmp/libnetty_transport_native_epoll_x86_645903411720508191967.so', trying other loading mechanism.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"exception":"java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /tmp/libnetty_transport_native_epoll_x86_645903411720508191967.so\n\tat java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java)\n\tat java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)\n\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)\n\tat java.lang.Runtime.load0(Runtime.java:809)\n\tat java.lang.System.load(System.java:1086)\n\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:36)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\tat java.security.AccessController.doPrivileged(AccessController.java)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:203)\n\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)\n\tat io.netty.channel.epoll.Native.(Native.java:70)\n\tat io.netty.channel.epoll.Epoll.(Epoll.java:39)\n\tat java.lang.Class.forName0(Class.java)\n\tat java.lang.Class.forName(Class.java:264)\n\tat com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)\n\tat com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)\n\tat com.datastax.driver.core.Connection$Factory.(Connection.java:926)\n\tat com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)\n\tat com.datastax.driver.core.Cluster.init(Cluster.java:208)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)\n\tat com.datastax.driver.core.Cluster.connect(Cluster.java:305)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)\n\tat org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)\n\tat org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)\n\tat org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)\n\tat org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)\n\tat org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)\n\tat org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)\n\tat org.onap.aai.TraversalApp.init(TraversalApp.java:106)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)\n\tat org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)\n\tat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:312)\n\tat org.onap.aai.TraversalApp.main(TraversalApp.java:128)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:51)\n\tat org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)\n","thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.744Z","message":"Unable to load the library 'netty_transport_native_epoll', trying other loading mechanism.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"exception":"java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path\n\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\tat java.lang.System.loadLibrary(System.java:1122)\n\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\tat java.security.AccessController.doPrivileged(AccessController.java)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)\n\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:293)\n\tat io.netty.channel.epoll.Native.(Native.java:70)\n\tat io.netty.channel.epoll.Epoll.(Epoll.java:39)\n\tat java.lang.Class.forName0(Class.java)\n\tat java.lang.Class.forName(Class.java:264)\n\tat com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)\n\tat com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)\n\tat com.datastax.driver.core.Connection$Factory.(Connection.java:926)\n\tat com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)\n\tat com.datastax.driver.core.Cluster.init(Cluster.java:208)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)\n\tat com.datastax.driver.core.Cluster.connect(Cluster.java:305)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)\n\tat org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)\n\tat org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)\n\tat org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)\n\tat org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)\n\tat org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)\n\tat org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)\n\tat org.onap.aai.TraversalApp.init(TraversalApp.java:106)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)\n\tat org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)\n\tat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:312)\n\tat org.onap.aai.TraversalApp.main(TraversalApp.java:128)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:51)\n\tat org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)\n","thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.745Z","message":"netty_transport_native_epoll cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"exception":"java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path\n\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\tat java.lang.System.loadLibrary(System.java:1122)\n\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)\n\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)\n\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:293)\n\tat io.netty.channel.epoll.Native.(Native.java:70)\n\tat io.netty.channel.epoll.Epoll.(Epoll.java:39)\n\tat java.lang.Class.forName0(Class.java)\n\tat java.lang.Class.forName(Class.java:264)\n\tat com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)\n\tat com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)\n\tat com.datastax.driver.core.Connection$Factory.(Connection.java:926)\n\tat com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)\n\tat com.datastax.driver.core.Cluster.init(Cluster.java:208)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)\n\tat com.datastax.driver.core.Cluster.connect(Cluster.java:305)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)\n\tat org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)\n\tat org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)\n\tat org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)\n\tat org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)\n\tat org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)\n\tat org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)\n\tat org.onap.aai.TraversalApp.init(TraversalApp.java:106)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)\n\tat org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)\n\tat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:312)\n\tat org.onap.aai.TraversalApp.main(TraversalApp.java:128)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:51)\n\tat org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)\n\tSuppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path\n\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\t\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\t\tat java.lang.System.loadLibrary(System.java:1122)\n\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t\t... 3 frames excluded\n\t\tat java.lang.reflect.Method.invoke(Method.java:498)\n\t\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\t\tat java.security.AccessController.doPrivileged(AccessController.java)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\t\t... 64 common frames omitted\n","thread":"main","logger":"i.n.u.internal.NativeLibraryLoader","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.747Z","message":"Found Netty's native epoll transport in the classpath, but epoll is not available. Using NIO instead.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"exception":"java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /tmp/libnetty_transport_native_epoll_x86_645903411720508191967.so\n\tat java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java)\n\tat java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)\n\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)\n\tat java.lang.Runtime.load0(Runtime.java:809)\n\tat java.lang.System.load(System.java:1086)\n\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:36)\n\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)\n\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:203)\n\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)\n\tat io.netty.channel.epoll.Native.(Native.java:70)\n\tat io.netty.channel.epoll.Epoll.(Epoll.java:39)\n\tat java.lang.Class.forName0(Class.java)\n\tat java.lang.Class.forName(Class.java:264)\n\tat com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)\n\tat com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)\n\tat com.datastax.driver.core.Connection$Factory.(Connection.java:926)\n\tat com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)\n\tat com.datastax.driver.core.Cluster.init(Cluster.java:208)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)\n\tat com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)\n\tat com.datastax.driver.core.Cluster.connect(Cluster.java:305)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)\n\tat org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java)\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:423)\n\tat org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)\n\tat org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)\n\tat org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)\n\tat org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)\n\tat org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)\n\tat org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)\n\tat org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)\n\tat org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)\n\tat org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)\n\tat org.onap.aai.TraversalApp.init(TraversalApp.java:106)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)\n\tat org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)\n\tat org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)\n\tat org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:312)\n\tat org.onap.aai.TraversalApp.main(TraversalApp.java:128)\n\t... 3 frames excluded\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\n\tat org.springframework.boot.loader.Launcher.launch(Launcher.java:51)\n\tat org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)\n\tSuppressed: java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /tmp/libnetty_transport_native_epoll_x86_645903411720508191967.so\n\t\tat java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java)\n\t\tat java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)\n\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)\n\t\tat java.lang.Runtime.load0(Runtime.java:809)\n\t\tat java.lang.System.load(System.java:1086)\n\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:36)\n\t\t... 3 frames excluded\n\t\tat java.lang.reflect.Method.invoke(Method.java:498)\n\t\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\t\tat java.security.AccessController.doPrivileged(AccessController.java)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\t\t... 64 common frames omitted\n\tSuppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path\n\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\t\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\t\tat java.lang.System.loadLibrary(System.java:1122)\n\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)\n\t\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)\n\t\t... 63 common frames omitted\n\t\tSuppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path\n\t\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\t\t\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\t\t\tat java.lang.System.loadLibrary(System.java:1122)\n\t\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t\t\t... 3 frames excluded\n\t\t\tat java.lang.reflect.Method.invoke(Method.java:498)\n\t\t\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\t\t\tat java.security.AccessController.doPrivileged(AccessController.java)\n\t\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\t\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\t\t\t... 64 common frames omitted\n\tSuppressed: java.io.FileNotFoundException: META-INF/native/libnetty_transport_native_epoll.so\n\t\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173)\n\t\t... 63 common frames omitted\n\t\tSuppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path\n\t\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\t\t\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\t\t\tat java.lang.System.loadLibrary(System.java:1122)\n\t\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)\n\t\t\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)\n\t\t\t... 63 common frames omitted\n\t\t\tSuppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path\n\t\t\t\tat java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)\n\t\t\t\tat java.lang.Runtime.loadLibrary0(Runtime.java:870)\n\t\t\t\tat java.lang.System.loadLibrary(System.java:1122)\n\t\t\t\tat io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)\n\t\t\t\t... 3 frames excluded\n\t\t\t\tat java.lang.reflect.Method.invoke(Method.java:498)\n\t\t\t\tat io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)\n\t\t\t\tat java.security.AccessController.doPrivileged(AccessController.java)\n\t\t\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)\n\t\t\t\tat io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)\n\t\t\t\t... 64 common frames omitted\n\tWrapped by: java.lang.UnsatisfiedLinkError: could not load a native library: netty_transport_native_epoll\n\t\tat io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:224)\n\t\tat io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:293)\n\t\t... 62 common frames omitted\n","thread":"main","logger":"com.datastax.driver.core.NettyUtil","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.759Z","message":"-Dio.netty.eventLoopThreads: 4","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.c.MultithreadEventLoopGroup","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.807Z","message":"-Dio.netty.noKeySetOptimization: false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.channel.nio.NioEventLoop","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.808Z","message":"-Dio.netty.selectorAutoRebuildThreshold: 512","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.channel.nio.NioEventLoop","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.858Z","message":"org.jctools-core.MpscChunkedArrayQueue: available","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.internal.PlatformDependent","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.907Z","message":"-Dio.netty.leakDetection.level: simple","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.ResourceLeakDetector","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.907Z","message":"-Dio.netty.leakDetection.targetRecords: 4","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.ResourceLeakDetector","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.914Z","message":"Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@30e2c9dc","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.util.ResourceLeakDetectorFactory","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.928Z","message":"com.datastax.driver.EXTENDED_PEER_CHECK is undefined, using default value true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.989Z","message":"[cassandra/10.233.67.234:9042] preparing to open 1 new connections, total = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.994Z","message":"com.datastax.driver.DISABLE_COALESCING is undefined, using default value false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.994Z","message":"com.datastax.driver.FLUSHER_SCHEDULE_PERIOD_NS is undefined, using default value 10000","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:47.994Z","message":"com.datastax.driver.FLUSHER_RUN_WITHOUT_WORK_TIMES is undefined, using default value 5","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.063Z","message":"-Dio.netty.allocator.numHeapArenas: 4","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.063Z","message":"-Dio.netty.allocator.numDirectArenas: 4","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.063Z","message":"-Dio.netty.allocator.pageSize: 8192","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.063Z","message":"-Dio.netty.allocator.maxOrder: 11","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.063Z","message":"-Dio.netty.allocator.chunkSize: 16777216","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.tinyCacheSize: 512","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.smallCacheSize: 256","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.normalCacheSize: 64","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.maxCachedBufferCapacity: 32768","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.cacheTrimInterval: 8192","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.cacheTrimIntervalMillis: 0","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.useCacheForAllThreads: true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.064Z","message":"-Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"i.n.buffer.PooledByteBufAllocator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.105Z","message":"-Dio.netty.processId: 6 (auto-detected)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.channel.DefaultChannelId","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.109Z","message":"-Djava.net.preferIPv4Stack: false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.NetUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.110Z","message":"-Djava.net.preferIPv6Addresses: false","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.NetUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.112Z","message":"Loopback interface: lo (lo, 127.0.0.1)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.NetUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.113Z","message":"/proc/sys/net/core/somaxconn: 4096","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.util.NetUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.114Z","message":"-Dio.netty.machineId: 4e:0f:e0:ff:fe:43:35:d4 (auto-detected)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.channel.DefaultChannelId","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.163Z","message":"-Dio.netty.allocator.type: pooled","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.buffer.ByteBufUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.163Z","message":"-Dio.netty.threadLocalDirectBufferSize: 0","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.buffer.ByteBufUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.163Z","message":"-Dio.netty.maxThreadLocalCharBufferSize: 16384","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"io.netty.buffer.ByteBufUtil","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.239Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.292Z","message":"-Dio.netty.recycler.maxCapacityPerThread: 4096","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.util.Recycler","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.292Z","message":"-Dio.netty.recycler.maxSharedCapacityFactor: 2","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.util.Recycler","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.292Z","message":"-Dio.netty.recycler.linkCapacity: 16","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.util.Recycler","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.292Z","message":"-Dio.netty.recycler.ratio: 8","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.util.Recycler","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.308Z","message":"-Dio.netty.buffer.checkAccessible: true","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.buffer.AbstractByteBuf","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.308Z","message":"-Dio.netty.buffer.checkBounds: true","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.buffer.AbstractByteBuf","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.308Z","message":"Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@c295c46","thread":"JanusGraph Cluster-nio-worker-0","logger":"i.n.util.ResourceLeakDetectorFactory","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.349Z","message":"com.datastax.driver.NATIVE_TRANSPORT_MAX_FRAME_SIZE_IN_MB is undefined, using default value 256","thread":"JanusGraph Cluster-nio-worker-0","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.493Z","message":"[cassandra/10.233.67.234:9042] Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.496Z","message":"[Control connection] Refreshing node list and token map","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.634Z","message":"[Control connection] Refreshing schema","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.860Z","message":"[Control connection] established to cassandra/10.233.67.234:9042","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.861Z","message":"Using data-center name 'Pod' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.d.c.p.DCAwareRoundRobinPolicy","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.863Z","message":"New Cassandra host cassandra/10.233.67.234:9042 added","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.864Z","message":"New Cassandra host /10.233.72.63:9042 added","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.864Z","message":"New Cassandra host /10.233.69.16:9042 added","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.869Z","message":"com.datastax.driver.CHECK_IO_DEADLOCKS is undefined, using default value true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.875Z","message":"[cassandra/10.233.67.234:9042] preparing to open 1 new connections, total = 2","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.879Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.886Z","message":"[/10.233.72.63:9042] preparing to open 1 new connections, total = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.887Z","message":"[/10.233.69.16:9042] preparing to open 1 new connections, total = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.887Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:48.888Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.093Z","message":"[/10.233.72.63:9042] Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.096Z","message":"Created connection pool to host /10.233.72.63:9042 (1 connections needed, 1 successfully opened)","thread":"JanusGraph Cluster-nio-worker-0","logger":"c.d.driver.core.HostConnectionPool","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.096Z","message":"Added connection pool for /10.233.72.63:9042","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Session","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.096Z","message":"[/10.233.69.16:9042] Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.096Z","message":"Created connection pool to host /10.233.69.16:9042 (1 connections needed, 1 successfully opened)","thread":"JanusGraph Cluster-nio-worker-1","logger":"c.d.driver.core.HostConnectionPool","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.096Z","message":"Added connection pool for /10.233.69.16:9042","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Session","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.124Z","message":"[cassandra/10.233.67.234:9042] Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.124Z","message":"Created connection pool to host cassandra/10.233.67.234:9042 (1 connections needed, 1 successfully opened)","thread":"JanusGraph Cluster-nio-worker-1","logger":"c.d.driver.core.HostConnectionPool","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.124Z","message":"Added connection pool for cassandra/10.233.67.234:9042","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Session","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.485Z","message":"going to scan these urls:\nfile:/opt/app/aai-traversal/resources/","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.494Z","message":"could not scan file schema/onap/query/stored-queries.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.495Z","message":"could not scan file schema/onap/query/stored-queries.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.495Z","message":"could not scan file schema/onap/oxm/v9/aai_oxm_v9.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.495Z","message":"could not scan file schema/onap/oxm/v9/aai_oxm_v9.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.495Z","message":"could not scan file schema/onap/oxm/v8/aai_oxm_v8.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v8/aai_oxm_v8.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v27/aai_oxm_v27.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v27/aai_oxm_v27.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v26/aai_oxm_v26.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v26/aai_oxm_v26.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v25/aai_oxm_v25.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.496Z","message":"could not scan file schema/onap/oxm/v25/aai_oxm_v25.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v24/aai_oxm_v24.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v24/aai_oxm_v24.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v23/aai_oxm_v23.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v23/aai_oxm_v23.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v22/aai_oxm_v22.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v22/aai_oxm_v22.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.497Z","message":"could not scan file schema/onap/oxm/v21/aai_oxm_v21.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v21/aai_oxm_v21.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v20/aai_oxm_v20.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v20/aai_oxm_v20.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v19/aai_oxm_v19.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v19/aai_oxm_v19.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v18/aai_oxm_v18.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.498Z","message":"could not scan file schema/onap/oxm/v18/aai_oxm_v18.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v17/aai_oxm_v17.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v17/aai_oxm_v17.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v16/aai_oxm_v16.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v16/aai_oxm_v16.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v15/aai_oxm_v15.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v15/aai_oxm_v15.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v14/aai_oxm_v14.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.499Z","message":"could not scan file schema/onap/oxm/v14/aai_oxm_v14.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v13/aai_oxm_v13.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v13/aai_oxm_v13.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v12/aai_oxm_v12.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v12/aai_oxm_v12.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v11/aai_oxm_v11.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v11/aai_oxm_v11.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.500Z","message":"could not scan file schema/onap/oxm/v10/aai_oxm_v10.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.501Z","message":"could not scan file schema/onap/oxm/v10/aai_oxm_v10.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.501Z","message":"could not scan file schema/onap/dbedgerules/v9/DbEdgeRules_v9.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.501Z","message":"could not scan file schema/onap/dbedgerules/v9/DbEdgeRules_v9.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.501Z","message":"could not scan file schema/onap/dbedgerules/v8/DbEdgeRules_v8.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.501Z","message":"could not scan file schema/onap/dbedgerules/v8/DbEdgeRules_v8.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.501Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_pnp_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_pnp_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_hpa_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_hpa_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_esr_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_esr_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_ccvpn_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.502Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_ccvpn_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_bbs_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v27/DbEdgeRules_bbs_v27.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_pnp_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_pnp_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.503Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_hpa_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_hpa_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_esr_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_esr_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_ccvpn_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_ccvpn_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.504Z","message":"could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_pnp_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_pnp_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_hpa_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_hpa_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_esr_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.505Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_esr_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_ccvpn_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_ccvpn_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_bbs_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_bbs_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_pnp_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_pnp_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.506Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_hpa_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_hpa_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_esr_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_esr_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_bbs_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_bbs_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.507Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_hpa_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_hpa_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_ccvpn_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.508Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_ccvpn_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_bbs_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_bbs_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_pnp_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_pnp_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_hpa_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_hpa_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.509Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_esr_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_esr_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_ccvpn_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_ccvpn_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_bbs_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_bbs_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.510Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_pnp_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_pnp_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_hpa_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_hpa_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_esr_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_esr_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.511Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_pnp_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_pnp_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_hpa_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_hpa_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.512Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_esr_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_esr_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.513Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_pnp_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_pnp_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_hpa_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_hpa_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_esr_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_esr_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_bbs_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.514Z","message":"could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_bbs_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.515Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_pnp_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_pnp_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_hpa_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_hpa_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_ccvpn_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.516Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_ccvpn_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_bbs_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_bbs_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_pnp_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_pnp_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_hpa_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.517Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_hpa_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_esr_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_esr_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_ccvpn_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_ccvpn_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_bbs_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_bbs_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.518Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_hpa_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_hpa_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_esr_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_esr_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_bbs_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_bbs_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.519Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_pnp_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_pnp_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_ccvpn_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.520Z","message":"could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_ccvpn_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_hpa_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_hpa_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.521Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_hpa_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_hpa_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.522Z","message":"could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v10/DbEdgeRules_v10.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.523Z","message":"could not scan file schema/onap/dbedgerules/v10/DbEdgeRules_v10.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file retired.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file retired.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file localhost-access-logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file localhost-access-logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.524Z","message":"could not scan file etc/scriptdata/widget-model-json/zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vpn-binding-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vpn-binding-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vpls-pe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vpls-pe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vpe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.525Z","message":"could not scan file etc/scriptdata/widget-model-json/vpe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/volume-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/volume-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/volume-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/volume-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/vnfc-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/vnfc-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/vnf-image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.526Z","message":"could not scan file etc/scriptdata/widget-model-json/vnf-image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vlan-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vlan-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/virtual-data-center-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/virtual-data-center-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vig-server-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vig-server-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vf-module-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vf-module-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/vce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.527Z","message":"could not scan file etc/scriptdata/widget-model-json/update-node-key-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/update-node-key-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/tunnel-xconnect-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/tunnel-xconnect-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/tenant-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/tenant-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/tagged-inventory-item-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/tagged-inventory-item-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.528Z","message":"could not scan file etc/scriptdata/widget-model-json/subnet-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/subnet-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/start-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/start-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/sriov-vf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/sriov-vf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/snapshot-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/snapshot-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/site-pair-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/site-pair-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.529Z","message":"could not scan file etc/scriptdata/widget-model-json/site-pair-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.530Z","message":"could not scan file etc/scriptdata/widget-model-json/site-pair-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.530Z","message":"could not scan file etc/scriptdata/widget-model-json/service-subscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-subscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-capability-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-capability-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/segmentation-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/segmentation-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.531Z","message":"could not scan file etc/scriptdata/widget-model-json/secondary-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/secondary-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/routing-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/routing-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/route-table-reference-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/route-table-reference-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/result-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/result-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/reserved-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/reserved-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.532Z","message":"could not scan file etc/scriptdata/widget-model-json/related-lookup-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/related-lookup-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/pserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/pserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/property-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/property-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/port-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/port-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/pnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/pnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.533Z","message":"could not scan file etc/scriptdata/widget-model-json/physical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/physical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/p-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/p-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/oam-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/oam-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/newvce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/newvce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/network-profile-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/network-profile-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/network-policy-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.534Z","message":"could not scan file etc/scriptdata/widget-model-json/network-policy-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/named-query-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/named-query-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/multicast-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/multicast-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/model-ver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/model-ver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/model-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/model-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.535Z","message":"could not scan file etc/scriptdata/widget-model-json/model-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/model-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/model-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/model-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/metadatum-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/metadatum-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/logical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/logical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/license-key-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.536Z","message":"could not scan file etc/scriptdata/widget-model-json/license-key-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/license-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/license-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/lag-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/lag-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/lag-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/lag-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/l3-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/l3-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv6-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv6-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.537Z","message":"could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv4-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv4-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/l-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/l-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/key-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/key-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/ipsec-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/ipsec-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/inventory-item-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/inventory-item-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/inventory-item-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.538Z","message":"could not scan file etc/scriptdata/widget-model-json/inventory-item-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/instance-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/instance-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/include-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/include-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/group-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/group-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/generic-vnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.539Z","message":"could not scan file etc/scriptdata/widget-model-json/generic-vnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/flavor-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/flavor-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/entitlement-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/entitlement-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/element-choice-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/element-choice-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/edge-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/edge-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.540Z","message":"could not scan file etc/scriptdata/widget-model-json/dvs-switch-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/dvs-switch-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/cvlan-tag-entry-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/cvlan-tag-entry-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/customer-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/customer-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/ctag-pool-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/ctag-pool-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/ctag-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/ctag-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/constrained-element-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.541Z","message":"could not scan file etc/scriptdata/widget-model-json/constrained-element-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/connector-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/connector-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/complex-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/complex-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/collection-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/collection-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/cloud-region-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/cloud-region-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.542Z","message":"could not scan file etc/scriptdata/widget-model-json/class-of-service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/class-of-service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/az-and-dvs-switches-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/az-and-dvs-switches-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/availability-zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/availability-zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/allotted-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/allotted-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/action-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/action-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.543Z","message":"could not scan file etc/scriptdata/widget-model-json/action-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/widget-model-json/action-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/service-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/service-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/resource-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/resource-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.544Z","message":"could not scan file etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getWlBundleId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getWlBundleId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getVserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getVserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getVnfVlanByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getVnfVlanByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcSubscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcSubscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcInstance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.545Z","message":"could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcInstance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getSvcSubscriberModelInfo-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getSvcSubscriberModelInfo-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getServiceInstanceSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getServiceInstanceSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getServiceInstanceModel-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getServiceInstanceModel-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getRouterRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getRouterRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getPinterfacePhysicalLinkBySvcInstId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.546Z","message":"could not scan file etc/scriptdata/named-query-json/getPinterfacePhysicalLinkBySvcInstId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getLogicalLinkByCloudRegionId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getLogicalLinkByCloudRegionId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getL3networkCloudRegionByNetworkRole-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getL3networkCloudRegionByNetworkRole-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology2-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology2-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.547Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVLogicalLinkByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVLogicalLinkByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVLogicalLink-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVLogicalLink-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVComplexLocationId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVComplexLocationId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.548Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVComplexHostname-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getDHVComplexHostname-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComponentList-1.2.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComponentList-1.2.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComponentList-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComponentList-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComponentList-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComponentList-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComplexByPnfName-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.549Z","message":"could not scan file etc/scriptdata/named-query-json/getComplexByPnfName-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/scriptdata/named-query-json/getClfiRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/scriptdata/named-query-json/getClfiRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/scriptdata/named-query-json/closed-loop-named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/scriptdata/named-query-json/closed-loop-named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/auth/realm.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/auth/realm.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/auth/aai_keystore in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/auth/aai_keystore in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/appprops/logging.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.550Z","message":"could not scan file etc/appprops/logging.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/janusgraph-realtime.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/janusgraph-realtime.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/janusgraph-cached.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/janusgraph-cached.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/error.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/error.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/aaiconfig.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/aaiconfig.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/aaiEventDMaaPPublisher.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file etc/appprops/aaiEventDMaaPPublisher.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.551Z","message":"could not scan file cadi.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file cadi.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file application.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file application.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file application-keycloak.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file application-keycloak.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file antlr4/org/onap/aai/dsl/v2/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file antlr4/org/onap/aai/dsl/v2/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file antlr4/org/onap/aai/dsl/v1/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file antlr4/org/onap/aai/dsl/v1/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.552Z","message":"could not scan file antlr4/org/onap/aai/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file antlr4/org/onap/aai/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/permissions.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/permissions.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.553Z","message":"could not scan file aaf/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/onap/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/onap/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/onap/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/onap/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.554Z","message":"could not scan file aaf/onap/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/onap/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/onap/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/onap/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/onap/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/onap/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/bath_config.csv in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.555Z","message":"could not scan file aaf/bath_config.csv in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.556Z","message":"Reflections took 70 ms to scan 1 urls, producing 0 keys and 0 values ","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.reflections.Reflections","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.751Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=true] closing connection","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.752Z","message":"[cassandra/10.233.67.234:9042] Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=true] closed, remaining = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.759Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=true] closing connection","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.760Z","message":"[/10.233.72.63:9042] Connection[/10.233.72.63:9042-1, inFlight=0, closed=true] closed, remaining = 0","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.761Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=true] closing connection","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.765Z","message":"[/10.233.69.16:9042] Connection[/10.233.69.16:9042-1, inFlight=0, closed=true] closed, remaining = 0","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.767Z","message":"Shutting down","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=true] closing connection","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:49.777Z","message":"[cassandra/10.233.67.234:9042] Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=true] closed, remaining = 0","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.793Z","message":"Freed 20 thread-local buffer(s) from thread: JanusGraph Cluster-nio-worker-1","thread":"JanusGraph Cluster-nio-worker-1","logger":"io.netty.buffer.PoolThreadCache","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.794Z","message":"Freed 38 thread-local buffer(s) from thread: JanusGraph Cluster-nio-worker-0","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.buffer.PoolThreadCache","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.834Z","message":"com.datastax.driver.USE_NATIVE_CLOCK is undefined, using default value true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.834Z","message":"Using native clock to generate timestamps.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.datastax.driver.core.ClockFactory","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.835Z","message":"Starting new cluster with contact points [cassandra/10.233.67.234:9042]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.842Z","message":"[cassandra/10.233.67.234:9042] preparing to open 1 new connections, total = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:51.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.011Z","message":"[cassandra/10.233.67.234:9042] Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.012Z","message":"[Control connection] Refreshing node list and token map","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.028Z","message":"[Control connection] Refreshing schema","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.081Z","message":"[Control connection] established to cassandra/10.233.67.234:9042","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.081Z","message":"Using data-center name 'Pod' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"c.d.d.c.p.DCAwareRoundRobinPolicy","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.084Z","message":"New Cassandra host cassandra/10.233.67.234:9042 added","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.084Z","message":"New Cassandra host /10.233.72.63:9042 added","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.084Z","message":"New Cassandra host /10.233.69.16:9042 added","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Cluster","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.084Z","message":"[cassandra/10.233.67.234:9042] preparing to open 1 new connections, total = 2","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.085Z","message":"[/10.233.72.63:9042] preparing to open 1 new connections, total = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.086Z","message":"[/10.233.69.16:9042] preparing to open 1 new connections, total = 1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.086Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.088Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.089Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] Connection established, initializing transport","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.237Z","message":"[cassandra/10.233.67.234:9042] Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.238Z","message":"Created connection pool to host cassandra/10.233.67.234:9042 (1 connections needed, 1 successfully opened)","thread":"JanusGraph Cluster-nio-worker-1","logger":"c.d.driver.core.HostConnectionPool","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.238Z","message":"Added connection pool for cassandra/10.233.67.234:9042","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Session","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.255Z","message":"[/10.233.72.63:9042] Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.255Z","message":"Created connection pool to host /10.233.72.63:9042 (1 connections needed, 1 successfully opened)","thread":"JanusGraph Cluster-nio-worker-0","logger":"c.d.driver.core.HostConnectionPool","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.255Z","message":"Added connection pool for /10.233.72.63:9042","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Session","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.300Z","message":"[/10.233.69.16:9042] Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] Transport initialized, connection ready","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Host.STATES","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.300Z","message":"Created connection pool to host /10.233.69.16:9042 (1 connections needed, 1 successfully opened)","thread":"JanusGraph Cluster-nio-worker-1","logger":"c.d.driver.core.HostConnectionPool","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:52.301Z","message":"Added connection pool for /10.233.69.16:9042","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Session","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.551Z","message":"Processing the translator","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.552Z","message":"Version being processedv11","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.553Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.553Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v11, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"45","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.555Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.554Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.555Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.554Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.555Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.554Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.555Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.554Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.572Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.571Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.573Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.571Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.574Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.571Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.574Z","message":"Version being processedv12","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.571Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.575Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.571Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.576Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v12, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"f939c840-e73c-4431-8e72-76ac0733241b","LogTimestamp":"2023-04-22T03:06:53.571Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.578Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.578Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.578Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.578Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.579Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.578Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.579Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.578Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.598Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"21","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.598Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.602Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"21","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.598Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.602Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"21","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.598Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.603Z","message":"Version being processedv13","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"21","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.598Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.603Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"21","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.598Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.603Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v13, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"21","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"19bd4c0e-b59d-45d9-b055-c35d59539819","LogTimestamp":"2023-04-22T03:06:53.598Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.605Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.604Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.605Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.604Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.605Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.604Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.605Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.604Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.622Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.621Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.623Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.621Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.624Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.621Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.624Z","message":"Version being processedv14","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.621Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.625Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.621Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.625Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v14, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"e133bc77-eed1-4424-9ef1-40059b980981","LogTimestamp":"2023-04-22T03:06:53.621Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.628Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.627Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.628Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.627Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.628Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.627Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.628Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.627Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.651Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.650Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.653Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.650Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.653Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.650Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.654Z","message":"Version being processedv15","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.650Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.654Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.650Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.655Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v15, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"23","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"84f3cbb1-7892-4266-8c49-3c9e368bcaf2","LogTimestamp":"2023-04-22T03:06:53.650Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.658Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.657Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.658Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.657Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.658Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.657Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.658Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.657Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.674Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.674Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.675Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.674Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.676Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.674Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.677Z","message":"Version being processedv16","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.674Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.677Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.674Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.678Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v16, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1cc2e139-d4d1-428b-bb17-72982d19618d","LogTimestamp":"2023-04-22T03:06:53.674Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.680Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.679Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.680Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.679Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.680Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.679Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.680Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.679Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.698Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"19","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.698Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.709Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"19","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.698Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.709Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"19","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.698Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.710Z","message":"Version being processedv17","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"19","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.698Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.711Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"19","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.698Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.711Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v17, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"19","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"b66932a2-c67f-4ba0-a130-fa4ea5051f67","LogTimestamp":"2023-04-22T03:06:53.698Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.713Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.713Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.713Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.713Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.713Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.713Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.713Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.713Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.728Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.728Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.729Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.728Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.730Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.728Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.730Z","message":"Version being processedv18","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.728Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.731Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.728Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.731Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v18, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"64457f1c-b350-403c-8c5a-45d6a8ef3216","LogTimestamp":"2023-04-22T03:06:53.728Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.733Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.732Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.733Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.732Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.733Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.732Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.733Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.732Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.748Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.748Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.749Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.748Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.750Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.748Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.750Z","message":"Version being processedv19","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.748Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.751Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.748Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.751Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v19, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"16","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"21319d5b-948e-4096-8e7e-8530d885f74b","LogTimestamp":"2023-04-22T03:06:53.748Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.753Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.753Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.753Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.753Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.753Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.753Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.753Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"1","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.753Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.768Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"15","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.767Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.769Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"15","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.767Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.770Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"15","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.767Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.770Z","message":"Version being processedv20","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"15","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.767Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.770Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"15","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.767Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.771Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v20, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"15","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4657718c-9832-4b5b-adf1-af77a2c6986c","LogTimestamp":"2023-04-22T03:06:53.767Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.773Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.772Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.773Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.772Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.773Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.772Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.773Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.772Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.794Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"22","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.794Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.796Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"22","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.794Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.797Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"22","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.794Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.797Z","message":"Version being processedv21","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"22","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.794Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.798Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"22","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.794Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.798Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v21, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"22","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"d3984b81-45cc-44b2-843f-7013ef685070","LogTimestamp":"2023-04-22T03:06:53.794Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.801Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.800Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.801Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.800Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.801Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.800Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.801Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.800Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.829Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"28","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.828Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.830Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"28","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.828Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.831Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"28","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.828Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.831Z","message":"Version being processedv22","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"28","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.828Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.831Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"28","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.828Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.832Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v22, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"28","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"6f8987fb-0ff2-4b6e-a735-4d60f2978018","LogTimestamp":"2023-04-22T03:06:53.828Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.833Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.833Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.833Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.833Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.833Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.833Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.833Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.833Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.851Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.850Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.854Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.850Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.854Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.850Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.855Z","message":"Version being processedv23","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.850Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.855Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.850Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.855Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v23, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"17","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7371ef79-9ef6-45bb-9749-850531523f3d","LogTimestamp":"2023-04-22T03:06:53.850Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.857Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.856Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.857Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.856Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.857Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.856Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.857Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.856Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.883Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.883Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.887Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.883Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.887Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.883Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.888Z","message":"Version being processedv24","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.883Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.888Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.883Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.889Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v24, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"27","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"7d6fd096-f2f0-4d92-8021-281694e74190","LogTimestamp":"2023-04-22T03:06:53.883Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.891Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.891Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.891Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.891Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.891Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.891Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.892Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.891Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.916Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"24","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.915Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.918Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"24","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.915Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.919Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"24","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.915Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.919Z","message":"Version being processedv25","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"24","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.915Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.919Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"24","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.915Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.920Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v25, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"24","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"a2b40b55-1989-42e7-9b55-44d027c86ad8","LogTimestamp":"2023-04-22T03:06:53.915Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.922Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.921Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.922Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.921Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.922Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.921Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.922Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.921Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.950Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"29","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.950Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.952Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"29","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.950Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.952Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"29","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.950Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.953Z","message":"Version being processedv26","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"29","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.950Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.953Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"29","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.950Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.954Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v26, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"29","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"1e0dffe8-ecff-4ce0-b1e7-57503e3c289c","LogTimestamp":"2023-04-22T03:06:53.950Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.955Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.955Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.955Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.955Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.955Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.955Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.955Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.955Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.974Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"18","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.973Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.976Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"18","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.973Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.977Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"18","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.973Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.977Z","message":"Version being processedv27","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"18","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.973Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.978Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"18","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.973Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.979Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v27, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"18","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"883afa59-db9b-4e16-98e4-ae78d33cd4a8","LogTimestamp":"2023-04-22T03:06:53.973Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.981Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:53.980Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.981Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:53.980Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.981Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:53.980Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:53.981Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","ElapsedTime":"0","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:53.980Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.010Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"30","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/edgerules","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:54.010Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.013Z","message":"SchemaResponse Status code200 OK","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"30","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:54.010Z"},"thread":"main","logger":"o.o.a.setup.SchemaServiceTranslator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.014Z","message":"Retrieved json from SchemaService","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"30","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:54.010Z"},"thread":"main","logger":"org.onap.aai.edges.EdgeIngestor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.155Z","message":"Calling the SchemaService to retrieve stored queries","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"30","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:54.010Z"},"thread":"main","logger":"o.o.a.r.search.SchemaServiceCQConfig","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.156Z","message":"Request Headers: {}","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"30","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:54.010Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.156Z","message":"METHOD=GET, URL=http://aai-schema-service.onap:8452/aai/schema-service/v1/stored-queries, BODY=","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"30","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"4af27966-6856-4d1f-9b1e-7ab50df84493","LogTimestamp":"2023-04-22T03:06:54.010Z"},"thread":"main","logger":"org.onap.aai.restclient.RestClient","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.157Z","message":"Checking for system property [partnerName]","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/stored-queries","ElapsedTime":"0","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.157Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.157Z","message":"System property was null or empty. Checking environment variable for: partnerName","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/stored-queries","ElapsedTime":"0","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.157Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.157Z","message":"Environment variable: partnerName was null or empty","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/stored-queries","ElapsedTime":"0","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.157Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.onap.logging.filter.base.MDCSetup","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.157Z","message":"Invoke","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/stored-queries","ElapsedTime":"0","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.157Z","ServerFQDN":"aai-traversal","StatusCode":"INPROGRESS","TargetEntity":"Unknown-Target-Entity"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:54.188Z","message":"InvokeReturn","context":{"ResponseCode":"200 OK","RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","StatusCode":"COMPLETE","TargetEntity":"Unknown-Target-Entity","ServiceName":"/aai/schema-service/v1/versions","TargetServiceName":"/aai/schema-service/v1/stored-queries","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z","ResponseDesc":"OK"},"thread":"main","logger":"o.o.l.f.base.AbstractMetricLogFilter","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.452Z","message":"Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.e.r.TraversableResolvers","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.453Z","message":"Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.e.r.TraversableResolvers","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.453Z","message":"Loaded expression factory via original TCCL","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.m.ResourceBundleMessageInterpolator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.455Z","message":"Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.e.r.TraversableResolvers","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.455Z","message":"Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.e.r.TraversableResolvers","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.456Z","message":"Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ConfigurationImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.457Z","message":"Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ConfigurationImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.458Z","message":"Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ConfigurationImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.460Z","message":"Trying to load META-INF/validation.xml for XML based Validator configuration.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.config.ValidationXmlParser","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.460Z","message":"Trying to load META-INF/validation.xml via user class loader","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.c.ResourceLoaderHelper","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.460Z","message":"Trying to load META-INF/validation.xml via TCCL","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.c.ResourceLoaderHelper","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.461Z","message":"Trying to load META-INF/validation.xml via Hibernate Validator's class loader","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.c.ResourceLoaderHelper","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.462Z","message":"No META-INF/validation.xml found. Using annotation based configuration only.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.config.ValidationXmlParser","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.476Z","message":"HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.476Z","message":"HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.476Z","message":"HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.476Z","message":"HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:55.476Z","message":"HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:56.077Z","message":"com.datastax.driver.USE_NATIVE_CLOCK is undefined, using default value true","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"c.d.driver.core.SystemProperties","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:56.077Z","message":"Using native clock to generate timestamps.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"c.datastax.driver.core.ClockFactory","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:56.088Z","message":"Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.s.b.a.g.t.GroovyTemplateAutoConfiguration","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:06:57.108Z","message":"Filter 'webMetricsFilter' configured for use","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"i.m.s.w.servlet.WebMvcMetricsFilter","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.059Z","message":"Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.e.r.TraversableResolvers","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.059Z","message":"Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.e.r.TraversableResolvers","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.060Z","message":"Trying to load META-INF/validation.xml for XML based Validator configuration.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.config.ValidationXmlParser","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.061Z","message":"Trying to load META-INF/validation.xml via TCCL","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.c.ResourceLoaderHelper","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.061Z","message":"Trying to load META-INF/validation.xml via Hibernate Validator's class loader","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.c.ResourceLoaderHelper","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.062Z","message":"No META-INF/validation.xml found. Using annotation based configuration only.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.x.config.ValidationXmlParser","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.111Z","message":"Loaded expression factory via original TCCL","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.m.ResourceBundleMessageInterpolator","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.112Z","message":"HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.112Z","message":"HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.112Z","message":"HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.112Z","message":"HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.112Z","message":"HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"o.h.v.i.engine.ValidatorFactoryImpl","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.239Z","message":"The following warnings have been detected: WARNING: The (sub)resource method getC2Qgremlin in org.onap.aai.rest.CQ2Gremlin contains empty path annotation.\nWARNING: The (sub)resource method getC2Qgremlin in org.onap.aai.rest.CQ2GremlinTest contains empty path annotation.\nWARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.aai.rest.RecentAPIConsumer.getRecentData(java.lang.String,java.lang.String,java.lang.String,javax.ws.rs.core.HttpHeaders,javax.servlet.http.HttpServletRequest,javax.ws.rs.core.UriInfo), should not consume any entity.\n","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"org.glassfish.jersey.internal.Errors","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.252Z","message":"Filter 'errorHandler' configured for use","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ElapsedTime":"31","ServerFQDN":"aai-traversal","ServiceName":"/aai/schema-service/v1/versions","InvocationID":"cd83646a-9eeb-4a70-bcf4-ea39f6241620","LogTimestamp":"2023-04-22T03:06:54.188Z"},"thread":"main","logger":"org.onap.aai.config.ErrorHandler","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.445Z","message":"Application 'aai-traversal' is running on 8446!","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","ElapsedTime":"45","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z","ServerFQDN":"aai-traversal"},"thread":"main","logger":"org.onap.aai.TraversalApp","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T03:06:59.445Z","message":"Traversal MicroService Started","context":{"RequestID":"9c9c4c3b-6f61-4e3b-987c-5d76a97b0877","ServiceName":"/aai/schema-service/v1/versions","ElapsedTime":"45","InvocationID":"82ec599d-00df-4a5f-9153-fa26b047267f","LogTimestamp":"2023-04-22T03:06:44.076Z","ServerFQDN":"aai-traversal"},"thread":"main","logger":"org.onap.aai.TraversalApp","level":"DEBUG","logType":"app"}
Traversal Microservice Started
{"timestamp":"2023-04-22T03:07:04.308Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:07:04.705Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:04.705Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:07:04 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 823 - "logType": "access"
{"timestamp":"2023-04-22T03:07:13.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:07:14.350Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:14.393Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:07:14 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 588 - "logType": "access"
{"timestamp":"2023-04-22T03:07:22.063Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:22.070Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:23.824Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:07:24.114Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:24.115Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:07:24 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 309 - "logType": "access"
{"timestamp":"2023-04-22T03:07:33.481Z","message":"Received event EVENT CREATED KEYSPACE sdcartifact, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:33.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:07:34.096Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:34.097Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:07:34 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 296 - "logType": "access"
{"timestamp":"2023-04-22T03:07:34.493Z","message":"[Control connection] Refreshing schema for sdcartifact","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:34.507Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:34.529Z","message":"Token to replica map computation for keyspace sdcartifact completed in 22 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:35.006Z","message":"Received event EVENT CREATED TABLE sdcartifact.resources, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:36.007Z","message":"[Control connection] Refreshing schema for sdcartifact.resources (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:36.912Z","message":"Received event EVENT CREATED TABLE sdcartifact.sdcschemafiles, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:37.822Z","message":"Received event EVENT CREATED TABLE sdcartifact.tosca_import_by_model, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:38.823Z","message":"[Control connection] Refreshing schema for sdcartifact","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:38.848Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:38.867Z","message":"Token to replica map computation for keyspace sdcartifact completed in 19 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:39.274Z","message":"Received event EVENT UPDATED TABLE sdcartifact.tosca_import_by_model, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:40.275Z","message":"[Control connection] Refreshing schema for sdcartifact.tosca_import_by_model (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:40.316Z","message":"Received event EVENT CREATED KEYSPACE sdcrepository, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:41.317Z","message":"[Control connection] Refreshing schema for sdcrepository","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:41.331Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:41.350Z","message":"Token to replica map computation for keyspace sdcartifact completed in 18 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:41.781Z","message":"Received event EVENT CREATED TABLE sdcrepository.migrationtasks, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:42.782Z","message":"[Control connection] Refreshing schema for sdcrepository.migrationtasks (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:43.051Z","message":"Received event EVENT CREATED TABLE sdcrepository.operationalenvironment, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:43.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:07:44.052Z","message":"[Control connection] Refreshing schema for sdcrepository.operationalenvironment (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:44.081Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:44.082Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:07:44 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 279 - "logType": "access"
{"timestamp":"2023-04-22T03:07:44.244Z","message":"Received event EVENT UPDATED TABLE sdcrepository.operationalenvironment, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:45.245Z","message":"[Control connection] Refreshing schema for sdcrepository.operationalenvironment (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:45.795Z","message":"Received event EVENT CREATED TABLE sdcrepository.featuretogglestate, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:46.594Z","message":"Received event EVENT CREATED KEYSPACE sdcaudit, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:47.595Z","message":"[Control connection] Refreshing schema for everything.null (null)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:47.630Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:47.637Z","message":"Token to replica map computation for keyspace sdcartifact completed in 6 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:47.883Z","message":"Received event EVENT CREATED TABLE sdcaudit.useradminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:48.884Z","message":"[Control connection] Refreshing schema for sdcaudit.useradminevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:48.967Z","message":"Received event EVENT UPDATED TABLE sdcaudit.useradminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:49.968Z","message":"[Control connection] Refreshing schema for sdcaudit.useradminevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:50.009Z","message":"Received event EVENT CREATED TABLE sdcaudit.useraccessevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:51.010Z","message":"[Control connection] Refreshing schema for sdcaudit.useraccessevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:51.238Z","message":"Received event EVENT UPDATED TABLE sdcaudit.useraccessevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:52.239Z","message":"[Control connection] Refreshing schema for sdcaudit.useraccessevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:52.887Z","message":"Received event EVENT CREATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:53.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:07:53.888Z","message":"[Control connection] Refreshing schema for sdcaudit.resourceadminevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:53.948Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:54.124Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:54.125Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:07:54 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 320 - "logType": "access"
{"timestamp":"2023-04-22T03:07:54.949Z","message":"[Control connection] Refreshing schema for sdcaudit.resourceadminevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:55.102Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:56.014Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:56.963Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:57.964Z","message":"[Control connection] Refreshing schema for sdcaudit.resourceadminevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:58.093Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:59.094Z","message":"[Control connection] Refreshing schema for sdcaudit.resourceadminevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:07:59.254Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:00.255Z","message":"[Control connection] Refreshing schema for sdcaudit.resourceadminevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:00.892Z","message":"Received event EVENT UPDATED TABLE sdcaudit.resourceadminevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:01.893Z","message":"[Control connection] Refreshing schema for sdcaudit.resourceadminevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:02.749Z","message":"Received event EVENT CREATED TABLE sdcaudit.distributiondownloadevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:03.749Z","message":"[Control connection] Refreshing schema for sdcaudit.distributiondownloadevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:08:04.297Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:04.298Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:04 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 495 - "logType": "access"
{"timestamp":"2023-04-22T03:08:04.486Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributiondownloadevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:05.487Z","message":"[Control connection] Refreshing schema for sdcaudit.distributiondownloadevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:06.349Z","message":"Received event EVENT CREATED TABLE sdcaudit.distributionengineevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:07.350Z","message":"[Control connection] Refreshing schema for sdcaudit.distributionengineevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:08.168Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionengineevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:09.054Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionengineevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:09.815Z","message":"Received event EVENT CREATED TABLE sdcaudit.distributionnotificationevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:10.816Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:10.833Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:10.851Z","message":"Token to replica map computation for keyspace sdcartifact completed in 17 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:11.989Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionnotificationevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:12.946Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionnotificationevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:13.823Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:08:13.947Z","message":"[Control connection] Refreshing schema for sdcaudit.distributionnotificationevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:14.235Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionnotificationevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:14.326Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:14.327Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:14 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 520 - "logType": "access"
{"timestamp":"2023-04-22T03:08:15.236Z","message":"[Control connection] Refreshing schema for sdcaudit.distributionnotificationevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:15.842Z","message":"Received event EVENT CREATED TABLE sdcaudit.distributionstatusevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:16.843Z","message":"[Control connection] Refreshing schema for sdcaudit.distributionstatusevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:17.998Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionstatusevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:18.999Z","message":"[Control connection] Refreshing schema for sdcaudit.distributionstatusevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:20.131Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributionstatusevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:21.132Z","message":"[Control connection] Refreshing schema for sdcaudit.distributionstatusevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:21.977Z","message":"Received event EVENT CREATED TABLE sdcaudit.distributiondeployevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:22.978Z","message":"[Control connection] Refreshing schema for sdcaudit.distributiondeployevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:23.097Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributiondeployevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:23.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:08:24.058Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:24.060Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:24 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 257 - "logType": "access"
{"timestamp":"2023-04-22T03:08:24.099Z","message":"[Control connection] Refreshing schema for sdcaudit.distributiondeployevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:24.105Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributiondeployevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:25.106Z","message":"[Control connection] Refreshing schema for sdcaudit.distributiondeployevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:25.155Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributiondeployevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:26.156Z","message":"[Control connection] Refreshing schema for sdcaudit.distributiondeployevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:27.101Z","message":"Received event EVENT UPDATED TABLE sdcaudit.distributiondeployevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:27.904Z","message":"Received event EVENT CREATED TABLE sdcaudit.auditinggetuebclusterevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:28.905Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:28.924Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:28.939Z","message":"Token to replica map computation for keyspace sdcartifact completed in 15 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:29.182Z","message":"Received event EVENT UPDATED TABLE sdcaudit.auditinggetuebclusterevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:29.945Z","message":"Received event EVENT CREATED TABLE sdcaudit.authevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:30.946Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:30.966Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:30.984Z","message":"Token to replica map computation for keyspace sdcartifact completed in 18 milliseconds","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:31.037Z","message":"Received event EVENT UPDATED TABLE sdcaudit.authevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:32.038Z","message":"[Control connection] Refreshing schema for sdcaudit.authevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:32.946Z","message":"Received event EVENT UPDATED TABLE sdcaudit.authevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:33.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:08:33.933Z","message":"Received event EVENT CREATED TABLE sdcaudit.categoryevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:34.048Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:34.049Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:34 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 244 - "logType": "access"
{"timestamp":"2023-04-22T03:08:34.934Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:34.952Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:34.958Z","message":"Token to replica map computation for keyspace sdcartifact completed in 6 milliseconds","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:35.277Z","message":"Received event EVENT UPDATED TABLE sdcaudit.categoryevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:36.278Z","message":"[Control connection] Refreshing schema for sdcaudit.categoryevent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:36.827Z","message":"Received event EVENT CREATED TABLE sdcaudit.getuserslistevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:37.828Z","message":"[Control connection] Refreshing schema for sdcaudit.getuserslistevent (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:38.138Z","message":"Received event EVENT UPDATED TABLE sdcaudit.getuserslistevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:39.079Z","message":"Received event EVENT CREATED TABLE sdcaudit.getcategoryhierarchyevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:40.080Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:40.101Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:40.116Z","message":"Token to replica map computation for keyspace sdcartifact completed in 15 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:40.669Z","message":"Received event EVENT UPDATED TABLE sdcaudit.getcategoryhierarchyevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:41.260Z","message":"Received event EVENT CREATED TABLE sdcaudit.externalapievent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:42.261Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:08:42.280Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:42.308Z","message":"Token to replica map computation for keyspace sdcartifact completed in 28 milliseconds","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:42.919Z","message":"Received event EVENT UPDATED TABLE sdcaudit.externalapievent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:43.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:08:43.920Z","message":"[Control connection] Refreshing schema for sdcaudit.externalapievent (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:44.038Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:44.039Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:44 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 237 - "logType": "access"
{"timestamp":"2023-04-22T03:08:44.124Z","message":"Received event EVENT UPDATED TABLE sdcaudit.externalapievent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
{"timestamp":"2023-04-22T03:08:45.056Z","message":"Received event EVENT UPDATED TABLE sdcaudit.externalapievent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:45.879Z","message":"Received event EVENT CREATED TABLE sdcaudit.ecompopenvironmentevent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:08:46.880Z","message":"[Control connection] Refreshing schema for sdcaudit","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:46.901Z","message":"Computing token to replica map for keyspace: sdcartifact.","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:46.909Z","message":"Token to replica map computation for keyspace sdcartifact completed in 7 milliseconds","thread":"JanusGraph Cluster-worker-3","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:08:53.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:08:54.049Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:08:54.050Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:08:54 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 248 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
{"timestamp":"2023-04-22T03:09:00.140Z","message":"Received event EVENT CREATED KEYSPACE sdctitan, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:09:01.141Z","message":"[Control connection] Refreshing schema for sdctitan","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:01.149Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:01.157Z","message":"Token to replica map computation for keyspace sdctitan completed in 7 milliseconds","thread":"JanusGraph Cluster-worker-2","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:02.495Z","message":"Received event EVENT CREATED TABLE sdctitan.system_properties, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
{"timestamp":"2023-04-22T03:09:03.496Z","message":"[Control connection] Refreshing schema for sdctitan.system_properties (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:03.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:09:04.188Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:04.189Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:04 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 385 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:09:07.947Z","message":"Received event EVENT CREATED TABLE sdctitan.janusgraph_ids, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:09:08.948Z","message":"[Control connection] Refreshing schema for sdctitan.janusgraph_ids (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:09.060Z","message":"Received event EVENT CREATED TABLE sdctitan.edgestore, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:10.061Z","message":"[Control connection] Refreshing schema for sdctitan.edgestore (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:09:11.108Z","message":"Received event EVENT CREATED TABLE sdctitan.edgestore_lock_, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:12.109Z","message":"[Control connection] Refreshing schema for sdctitan.edgestore_lock_ (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:12.363Z","message":"Received event EVENT CREATED TABLE sdctitan.graphindex, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:09:13.364Z","message":"[Control connection] Refreshing schema for sdctitan.graphindex (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:09:14.056Z","message":"Received event EVENT CREATED TABLE sdctitan.graphindex_lock_, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:14.125Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:14.126Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:14 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 322 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:09:15.057Z","message":"[Control connection] Refreshing schema for sdctitan.graphindex_lock_ (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:15.564Z","message":"Received event EVENT CREATED TABLE sdctitan.txlog, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:16.565Z","message":"[Control connection] Refreshing schema for sdctitan.txlog (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:09:17.134Z","message":"Received event EVENT CREATED TABLE sdctitan.systemlog, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:18.135Z","message":"[Control connection] Refreshing schema for sdctitan.systemlog (TABLE)","thread":"JanusGraph Cluster-worker-2","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:09:19.106Z","message":"Received event EVENT CREATED TABLE sdctitan.system_properties_lock_, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:20.107Z","message":"[Control connection] Refreshing schema for sdctitan.system_properties_lock_ (TABLE)","thread":"JanusGraph Cluster-worker-3","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:09:23.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:09:24.066Z","message":"Number of vertices retrieved while checking db: 0","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:24.067Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:24 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 262 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:09:33.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:09:33.847Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:33.848Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 64 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:09:43.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:09:43.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:43.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:09:50.114Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:50.120Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:09:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:09:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:09:53.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:10:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:10:03.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:03.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:10:13.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:10:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:13.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:10:20.125Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:20.134Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:10:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:10:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:10:33.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:10:33.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:33.837Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:10:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:10:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:10:50.140Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:50.145Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:10:53.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:10:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:53.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:10:58.517Z","message":"Received event EVENT CREATED KEYSPACE workflow, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:10:59.518Z","message":"[Control connection] Refreshing schema for workflow","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:59.528Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:10:59.536Z","message":"Token to replica map computation for keyspace sdctitan completed in 8 milliseconds","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:00.683Z","message":"Received event EVENT CREATED KEYSPACE zusammen_workflow, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:11:01.685Z","message":"[Control connection] Refreshing schema for zusammen_workflow","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:01.694Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:01.701Z","message":"Token to replica map computation for keyspace sdctitan completed in 7 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:03.130Z","message":"Received event EVENT CREATED TABLE workflow.unique_value, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:11:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:11:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:03.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
{"timestamp":"2023-04-22T03:11:03.987Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.item, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:04.988Z","message":"[Control connection] Refreshing schema for everything.null (null)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:05.018Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.version, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:05.039Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:05.042Z","message":"Token to replica map computation for keyspace sdctitan completed in 3 milliseconds","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:05.920Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.version_elements, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:06.912Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.element_namespace, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:07.913Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.element, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:07.913Z","message":"[Control connection] Refreshing schema for zusammen_workflow","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:07.923Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:07.930Z","message":"Token to replica map computation for keyspace sdctitan completed in 7 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:08.914Z","message":"[Control connection] Refreshing schema for zusammen_workflow.element (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:09.347Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.element_synchronization_state, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:10.348Z","message":"[Control connection] Refreshing schema for zusammen_workflow.element_synchronization_state (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:10.880Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.element_stage, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:11:11.881Z","message":"[Control connection] Refreshing schema for zusammen_workflow.element_stage (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:12.908Z","message":"Received event EVENT CREATED TABLE zusammen_workflow.version_stage, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:13.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:11:13.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:13.839Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
{"timestamp":"2023-04-22T03:11:13.909Z","message":"[Control connection] Refreshing schema for zusammen_workflow.version_stage (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:20.669Z","message":"Received event EVENT CREATED KEYSPACE dox, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:21.670Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:21.676Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:21.685Z","message":"Token to replica map computation for keyspace sdctitan completed in 8 milliseconds","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:21.732Z","message":"Received event EVENT CREATED KEYSPACE zusammen_dox, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:22.733Z","message":"[Control connection] Refreshing schema for zusammen_dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:22.742Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:22.746Z","message":"Token to replica map computation for keyspace sdctitan completed in 4 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:11:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:11:23.831Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:23.832Z","message":"Received event EVENT CREATED TYPE dox.version, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:23.836Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:23.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:23.838Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
{"timestamp":"2023-04-22T03:11:24.833Z","message":"[Control connection] Refreshing schema for dox.version (TYPE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:24.886Z","message":"Received event EVENT CREATED TYPE dox.user_candidate_version, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:11:25.886Z","message":"[Control connection] Refreshing schema for dox.user_candidate_version (TYPE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:27.014Z","message":"Received event EVENT CREATED TABLE dox.version_info, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
{"timestamp":"2023-04-22T03:11:28.015Z","message":"[Control connection] Refreshing schema for dox.version_info (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:28.275Z","message":"Received event EVENT CREATED TABLE dox.version_info_deleted, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:29.087Z","message":"Received event EVENT CREATED TABLE dox.unique_value, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:11:30.088Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:30.114Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:30.119Z","message":"Token to replica map computation for keyspace sdctitan completed in 5 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:30.208Z","message":"Received event EVENT CREATED TABLE dox.package_details, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:31.113Z","message":"Received event EVENT CREATED TABLE dox.vsp_enriched_service_template, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:31.906Z","message":"Received event EVENT CREATED TABLE dox.vsp_enriched_service_artifact, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:32.908Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:32.920Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:32.927Z","message":"Token to replica map computation for keyspace sdctitan completed in 7 milliseconds","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:33.056Z","message":"Received event EVENT CREATED TABLE dox.application_config, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:11:33.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:33.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
{"timestamp":"2023-04-22T03:11:34.056Z","message":"[Control connection] Refreshing schema for dox.application_config (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:34.073Z","message":"Received event EVENT CREATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:35.074Z","message":"[Control connection] Refreshing schema for dox.action (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:35.443Z","message":"Received event EVENT UPDATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:11:36.444Z","message":"[Control connection] Refreshing schema for dox.action (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:37.254Z","message":"Received event EVENT UPDATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:11:38.223Z","message":"Received event EVENT UPDATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:39.117Z","message":"Received event EVENT UPDATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:11:40.117Z","message":"[Control connection] Refreshing schema for dox.action (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:40.500Z","message":"Received event EVENT UPDATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:41.501Z","message":"[Control connection] Refreshing schema for dox.action (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:11:42.017Z","message":"Received event EVENT CREATED TABLE dox.ecompcomponent, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:43.018Z","message":"[Control connection] Refreshing schema for dox.ecompcomponent (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:43.046Z","message":"Received event EVENT UPDATED TABLE dox.action, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:43.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:11:43.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:43.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
{"timestamp":"2023-04-22T03:11:43.973Z","message":"Received event EVENT CREATED TABLE dox.action_artifact, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:44.952Z","message":"Received event EVENT CREATED TABLE dox.activity_log, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:11:45.953Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:45.966Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:45.971Z","message":"Token to replica map computation for keyspace sdctitan completed in 5 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:45.999Z","message":"Received event EVENT CREATED TABLE dox.healing, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:47.000Z","message":"[Control connection] Refreshing schema for dox.healing (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:47.177Z","message":"Received event EVENT CREATED TABLE dox.migration, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
{"timestamp":"2023-04-22T03:11:47.920Z","message":"Received event EVENT CREATED TABLE dox.item_permissions, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:48.921Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:48.937Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:48.944Z","message":"Token to replica map computation for keyspace sdctitan completed in 6 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:49.178Z","message":"Received event EVENT CREATED TABLE dox.user_permission_items, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:11:50.145Z","message":"Received event EVENT CREATED TABLE dox.notification_subscribers, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:51.146Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:51.160Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:51.164Z","message":"Token to replica map computation for keyspace sdctitan completed in 4 milliseconds","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:51.297Z","message":"Received event EVENT CREATED TABLE dox.last_notification, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:11:52.120Z","message":"Received event EVENT CREATED TABLE dox.notifications, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.121Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.140Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.143Z","message":"Token to replica map computation for keyspace sdctitan completed in 3 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.306Z","message":"Received event EVENT CREATED TABLE dox.vsp_merge_hint, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:53.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:11:54.198Z","message":"Received event EVENT CREATED TABLE dox.vsp_upload_status, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:55.199Z","message":"[Control connection] Refreshing schema for dox","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:55.255Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:55.258Z","message":"Token to replica map computation for keyspace sdctitan completed in 3 milliseconds","thread":"JanusGraph Cluster-worker-4","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:55.421Z","message":"Received event EVENT UPDATED TABLE dox.vsp_upload_status, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:11:56.422Z","message":"[Control connection] Refreshing schema for dox.vsp_upload_status (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:57.213Z","message":"Received event EVENT UPDATED TABLE dox.vsp_upload_status, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T03:11:58.214Z","message":"[Control connection] Refreshing schema for dox.vsp_upload_status (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:58.231Z","message":"Received event EVENT CREATED TABLE zusammen_dox.item, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:11:59.087Z","message":"Received event EVENT CREATED TABLE zusammen_dox.version, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:12:00.039Z","message":"Received event EVENT CREATED TABLE zusammen_dox.version_elements, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:01.039Z","message":"[Control connection] Refreshing schema for zusammen_dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:01.047Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:01.051Z","message":"Token to replica map computation for keyspace sdctitan completed in 4 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:01.073Z","message":"Received event EVENT CREATED TABLE zusammen_dox.element_namespace, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:12:02.074Z","message":"[Control connection] Refreshing schema for zusammen_dox.element_namespace (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:02.281Z","message":"Received event EVENT CREATED TABLE zusammen_dox.element, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:03.079Z","message":"Received event EVENT CREATED TABLE zusammen_dox.element_synchronization_state, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:03.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:12:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:03.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:12:04.080Z","message":"[Control connection] Refreshing schema for zusammen_dox","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:04.094Z","message":"Computing token to replica map for keyspace: sdctitan.","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:04.096Z","message":"Token to replica map computation for keyspace sdctitan completed in 2 milliseconds","thread":"JanusGraph Cluster-worker-5","logger":"c.d.d.c.ReplicationStrategy$NetworkTopologyStrategy","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:05.715Z","message":"Received event EVENT CREATED TABLE zusammen_dox.element_stage, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:12:06.715Z","message":"[Control connection] Refreshing schema for zusammen_dox.element_stage (TABLE)","thread":"JanusGraph Cluster-worker-4","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:07.389Z","message":"Received event EVENT CREATED TABLE zusammen_dox.version_stage, scheduling delivery","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Cluster","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:12:08.390Z","message":"[Control connection] Refreshing schema for zusammen_dox.version_stage (TABLE)","thread":"JanusGraph Cluster-worker-5","logger":"c.d.driver.core.ControlConnection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:12:13.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:12:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:13.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:12:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:12:23.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:23.839Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:12:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:12:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:33.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:12:38.406Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:38.414Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:12:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:12:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:12:53.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:12:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:12:53.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:13:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:13:03.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:03.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:13:08.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:08.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:13:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:13:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:13.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:13:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:13:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:23.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:13:33.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:13:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:33.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:13:38.422Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:38.427Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:13:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:13:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:43.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:13:53.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:13:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:13:53.835Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:14:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:14:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:14:08.428Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:08.434Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:14:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:14:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:14:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:14:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:14:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:14:33.844Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:33.845Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 40 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:14:38.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:38.440Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:14:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:14:43.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:43.832Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:43.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:43.837Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:14:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:14:53.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:14:53.837Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:15:03.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:15:03.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:03.839Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:15:08.442Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:08.447Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:15:13.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:15:13.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:13.840Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:15:23.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:15:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:23.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
{"timestamp":"2023-04-22T03:15:33.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:15:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:33.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:15:38.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:38.452Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:15:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:15:43.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:43.835Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:15:53.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:15:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:15:53.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:16:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:16:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:03.834Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:16:08.453Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:08.458Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:16:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:16:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:16:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:16:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:23.835Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:16:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:16:33.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:33.840Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:16:38.460Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:38.466Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:16:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:16:43.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:43.839Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:16:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:16:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:16:53.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:17:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:17:03.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:03.834Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:17:08.468Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:08.475Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:17:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:17:13.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:13.840Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:17:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:17:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:17:33.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:17:33.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:33.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:17:38.476Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:38.481Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:17:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:17:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:17:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:17:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:17:53.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:18:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:18:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:03.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:18:08.482Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:08.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:18:13.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:18:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:13.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:18:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:18:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:23.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:18:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:18:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:18:38.489Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:38.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:18:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:18:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:18:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:18:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:18:53.836Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:19:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:19:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:03.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:19:08.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:08.500Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:19:13.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:19:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:13.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:19:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:19:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:19:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:19:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:33.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:19:38.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:38.506Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:19:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:19:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:43.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:19:53.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:19:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:19:53.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:20:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:20:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:20:08.509Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:08.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:20:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:20:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:20:23.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:20:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:23.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:20:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:20:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:20:38.515Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:38.519Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:20:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:20:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:20:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:20:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:20:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:21:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:21:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:03.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:21:08.520Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:08.525Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:21:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:21:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:21:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:21:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:21:33.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:21:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:33.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:21:38.526Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:38.530Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:21:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:21:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:21:53.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:21:53.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:21:53.842Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:22:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:22:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:03.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:22:08.531Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:08.536Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:22:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:22:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:22:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:22:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:23.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:22:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:22:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:33.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:22:38.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:38.542Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T03:22:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:22:43.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:43.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:22:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:22:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:22:53.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:23:03.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:23:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:03.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:23:08.543Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:08.548Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:23:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:23:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:23:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:23:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:23:38.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:38.553Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:23:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:23:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:23:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:23:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:23:53.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:24:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:24:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:24:08.554Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:08.561Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:24:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:13.837Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:24:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:24:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:24:33.835Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:24:33.848Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:33.849Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:24:38.562Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:38.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:24:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:24:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:24:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:24:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:24:53.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:25:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:25:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:03.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:25:08.571Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:08.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:25:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:25:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:25:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:23.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:25:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:33.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:25:38.576Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:38.581Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:25:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:25:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:43.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
{"timestamp":"2023-04-22T03:25:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:25:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:25:53.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:26:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:26:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:03.835Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:26:08.581Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:08.585Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:26:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:26:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:13.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:26:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:26:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:26:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:26:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:33.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:26:38.586Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:38.591Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:26:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:26:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:26:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:26:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:26:53.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:27:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:03.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:08.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:08.598Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:27:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:13.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:27:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:23.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:27:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:27:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:33.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:38.598Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:38.607Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:27:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:43.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:27:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:27:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:27:53.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:28:03.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:28:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:03.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:28:08.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:08.614Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:28:13.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:28:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:13.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:28:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:28:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:23.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:28:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:28:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:33.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:28:38.615Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:38.622Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:28:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:28:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:43.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:28:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:28:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:28:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:29:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:29:08.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:08.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:29:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:29:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:29:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:29:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:23.834Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:29:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:29:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:33.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:29:38.629Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:38.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:29:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:29:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:29:53.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:29:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:29:53.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:30:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:30:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:30:08.635Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:08.640Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:30:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:30:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:13.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:30:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:30:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:23.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:30:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:30:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:30:38.641Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:38.646Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:30:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:30:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:43.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:30:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:30:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:30:53.832Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:31:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:31:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:03.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:31:08.648Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:08.653Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:31:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:31:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:13.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:31:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:31:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:31:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:31:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:33.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T03:31:38.655Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:38.660Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:31:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:31:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:31:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:31:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:31:53.834Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:32:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:32:03.883Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:03.884Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 79 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:32:08.661Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:08.666Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T03:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:32:13.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:13.841Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:32:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:32:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:32:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:32:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:32:38.667Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:38.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:32:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:32:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:32:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:32:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:32:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:33:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:33:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:03.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:33:08.673Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:08.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:33:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:33:13.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:13.836Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:33:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:33:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:33:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:33:33.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:33.835Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:33:38.679Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:38.684Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:33:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:33:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:33:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:33:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:33:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:34:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:34:03.895Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:03.896Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 91 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:34:08.684Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:08.694Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:34:13.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:34:13.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:13.839Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:34:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:34:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:23.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:34:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:34:38.696Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:38.701Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:34:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:34:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:34:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:34:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:34:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:35:03.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:35:03.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:03.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:35:08.702Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:08.707Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:35:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:35:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:13.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T03:35:13.831Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:35:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:35:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:35:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:35:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:35:38.708Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:38.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:35:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:35:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:35:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:35:53.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:36:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:36:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:36:08.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:08.718Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:36:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:36:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:13.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:36:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:36:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:36:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:36:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:36:38.718Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:38.723Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:36:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:36:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:36:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:36:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:36:53.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:37:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:37:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:37:08.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:08.729Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:37:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:37:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:13.836Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:37:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:37:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:23.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:37:33.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:37:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:33.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:37:38.730Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:38.735Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:37:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:37:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:37:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:37:53.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:37:53.842Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:38:03.882Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:03.883Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 78 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:38:08.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:08.741Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:38:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:38:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:23.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:38:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:38.743Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:38.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:38:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:43.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:38:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:38:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:38:53.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:39:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:39:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T03:39:08.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:08.758Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:39:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:39:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:13.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:39:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:39:23.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:23.838Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:39:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:39:33.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:33.832Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:39:38.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:38.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:39:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:39:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:39:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:39:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:39:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:40:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:40:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:40:08.766Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:08.772Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:40:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:13.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:40:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:40:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:40:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:40:38.774Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:38.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:40:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:40:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:43.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:40:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:40:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:40:53.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:41:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:41:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:41:08.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:08.784Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:41:13.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:41:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:13.836Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:41:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:41:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:23.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:41:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:41:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:41:38.786Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:38.795Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:41:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:41:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:41:53.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:41:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:41:53.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:42:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:42:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:42:08.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:08.802Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:42:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:42:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:13.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:42:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:42:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:42:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:42:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:42:38.803Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:38.809Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:42:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:42:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:42:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:42:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:42:53.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:43:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:43:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:03.830Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:43:08.809Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:08.814Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:43:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:43:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:43:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:43:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:43:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:43:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:43:38.814Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:38.821Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:43:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:43:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:43:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:43:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:43:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:43:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:44:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:44:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:03.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T03:44:08.822Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:08.827Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:44:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:44:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:44:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:44:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:44:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:44:38.828Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:38.833Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:44:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:44:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:44:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:44:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:45:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:45:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:03.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:45:08.834Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:08.838Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:45:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:45:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:13.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:45:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:45:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:23.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:45:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:45:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:45:38.839Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:38.844Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:45:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:45:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:45:53.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:53.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:45:53.833Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:46:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:46:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:46:08.845Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:08.850Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:46:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:46:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:13.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:46:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:46:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:23.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:46:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:46:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:46:38.851Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:38.857Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:46:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:46:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:46:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:46:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:46:53.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:47:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:47:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:03.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:47:08.858Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:08.863Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:47:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:47:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:13.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:47:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:47:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:47:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:47:38.864Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:38.869Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:47:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:47:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:47:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:47:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:47:53.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:48:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:48:03.877Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:03.877Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 70 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:48:08.870Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:08.874Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:48:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:48:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:48:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:48:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:48:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:48:38.876Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:38.880Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:48:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:48:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:43.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:48:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:48:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:48:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:49:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:49:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:03.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:49:08.880Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:08.885Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:49:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:49:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:49:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:49:23.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:23.831Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:49:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:49:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:49:38.886Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:38.891Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:49:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:49:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:49:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:49:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:49:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:50:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:50:03.876Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:03.877Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 66 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:50:08.893Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:08.897Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:50:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:50:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:50:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:50:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:23.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:50:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:50:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:33.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:50:38.899Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:38.904Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:50:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:50:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:50:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:50:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:50:53.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:51:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:51:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 96 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:51:08.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:08.911Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:51:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:51:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:13.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:51:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:51:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:51:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:51:38.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:38.917Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:51:43.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:51:43.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:43.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:51:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:51:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:51:53.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:52:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:52:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:03.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:52:08.918Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:08.923Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:52:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:52:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:52:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:52:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:23.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:52:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:52:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:52:38.924Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:38.930Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:52:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:52:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:52:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:52:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:52:53.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:53:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:53:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:53:08.932Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:08.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:53:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:53:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:53:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:53:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:53:33.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:53:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:33.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:53:38.938Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:38.943Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:53:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:53:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:43.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:53:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:53:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:53:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:54:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:54:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:54:08.943Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:08.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:54:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:54:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:54:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:54:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:54:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:54:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:54:38.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:38.955Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:54:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:54:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T03:54:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:54:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:54:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:55:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:55:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:55:08.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:08.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:55:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:55:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:55:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:55:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:55:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:55:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:55:38.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:38.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:55:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:55:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:43.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:55:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:55:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:55:53.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:56:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:56:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:03.877Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:03.878Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 73 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:56:08.968Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:08.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:56:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:56:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:56:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:33.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:56:38.973Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:38.978Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:56:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:56:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:56:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:56:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:57:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:57:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:57:08.978Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:08.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:57:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:57:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:57:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:57:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:57:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:33.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:57:38.985Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:38.991Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:57:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:57:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:57:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:57:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:57:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:58:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:58:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:58:08.991Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:08.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:58:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:58:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:13.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:58:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:58:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:58:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:58:38.998Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:39.002Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:58:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:58:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:58:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:58:53.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:59:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:59:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:59:09.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:09.007Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:59:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:59:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:59:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T03:59:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:59:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:33.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T03:59:39.009Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:39.019Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:59:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T03:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T03:59:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T03:59:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:03:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:03:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:00:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:00:03.873Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:03.874Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 69 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:00:09.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:09.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:00:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:13.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:00:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:00:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:23.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:00:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:00:39.027Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:00:39.043Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:00:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:00:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:43.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:00:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:00:53.893Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:00:53.895Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 90 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:01:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:01:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:03.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:03.831Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:01:09.044Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:09.048Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:01:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:01:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:01:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:01:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:01:39.050Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:39.059Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:01:43.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:01:43.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:43.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:01:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:01:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:01:53.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T04:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:02:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:02:09.059Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:09.065Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T04:02:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:02:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:13.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:02:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:02:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:23.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:02:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:02:39.066Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:39.070Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:02:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:02:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:43.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:02:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:02:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:02:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:03:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:03.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:09.071Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:09.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:03:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:03:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:03:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:39.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:39.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:03:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:03:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:03:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:03:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:04:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:09.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:09.089Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:04:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:13.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:04:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:04:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:39.090Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:39.095Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:04:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:04:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:04:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:04:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:04:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:05:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:05:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:05:09.096Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:09.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:05:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:05:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:13.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:05:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:05:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:23.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:05:33.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:05:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:33.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:05:39.103Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:39.108Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:05:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:05:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:05:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:05:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:05:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:06:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:06:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:03.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:06:09.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:09.114Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:06:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:06:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:06:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:06:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:06:33.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:33.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:33.832Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:06:39.115Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:39.121Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:06:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:06:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:43.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:06:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:06:53.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:07:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:03.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:07:09.122Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:09.126Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:07:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:07:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:07:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:07:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:07:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:07:39.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:39.134Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:07:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:07:43.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:43.834Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:07:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:07:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:07:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:08:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:08:09.135Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:09.141Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:08:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:13.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:08:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:23.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:08:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:08:39.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:39.147Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:08:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:08:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:08:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:08:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:09:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:09:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:09:09.148Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:09.157Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:09:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:09:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:13.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:09:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:09:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:23.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:09:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:09:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:09:39.159Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:39.163Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:09:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:09:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:09:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:09:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:10:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:10:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:03.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:10:09.165Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:09.169Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:10:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:10:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:13.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:10:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:10:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:23.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:10:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:10:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:33.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:10:39.169Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:39.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:10:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:10:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:10:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:10:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:10:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:11:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:11:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:11:09.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:09.180Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:11:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:11:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:13.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:11:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:11:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:11:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:11:39.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:39.185Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:11:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:11:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:11:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:11:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:12:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:12:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:12:09.187Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:09.191Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:12:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:12:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:13.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:12:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:12:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:12:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:12:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:12:39.192Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:39.198Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T04:12:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:12:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:12:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:12:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:13:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:13:09.200Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:09.206Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:13:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:13.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:13:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:13:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:13:39.207Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:39.212Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:13:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:13:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:13:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:13:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:13:53.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:14:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:14:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:14:09.213Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:09.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:14:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:13.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:14:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:14:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:14:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:14:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:14:39.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:39.225Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:14:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:14:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:14:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:14:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:14:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:15:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:09.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:09.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:15:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:15:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:23.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:15:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:39.231Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:39.236Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:15:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:15:53.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:15:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:15:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:16:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:16:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:16:09.236Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:09.243Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:16:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:13.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 10 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:16:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:16:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:16:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:16:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:16:39.243Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:39.247Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:16:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:16:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:16:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:17:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:17:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:17:09.249Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:09.256Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:17:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:17:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:13.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:17:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:17:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:17:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:17:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:17:39.258Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:39.263Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:17:43.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:43.836Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:17:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:17:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:18:03.869Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:03.870Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 65 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:18:09.264Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:09.268Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:18:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:18:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:13.835Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:18:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:18:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:18:39.270Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:39.275Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:18:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:18:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:43.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:18:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:18:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:18:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:19:03.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:19:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:03.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:19:09.276Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:09.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:19:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:19:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:13.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:19:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:19:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:19:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:19:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:33.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:19:39.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:39.287Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:19:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:19:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:43.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T04:19:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:19:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:19:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:20:03.866Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:03.867Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 62 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:20:09.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:09.292Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:20:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:20:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:20:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:20:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:20:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:20:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:20:39.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:39.298Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:20:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:20:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:43.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:20:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:20:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:20:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:21:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:21:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
{"timestamp":"2023-04-22T04:21:09.300Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:09.304Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:21:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:21:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:21:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:21:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:21:39.305Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:39.310Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:21:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:21:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:21:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:21:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:21:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:22:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:22:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:22:09.310Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:09.316Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:22:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:22:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:13.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:22:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T04:22:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:22:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:33.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:22:39.317Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:39.322Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:22:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:22:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:22:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:22:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:22:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:23:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:23:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:23:09.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:09.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:23:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:23:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:23:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:23:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:23:39.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:39.334Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:23:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:23:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:23:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:23:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:24:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:24:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:24:09.336Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:09.341Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:24:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:24:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:24:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:24:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:24:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:24:39.342Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:39.347Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:24:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:24:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:24:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:24:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:24:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:25:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:25:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:25:09.347Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:09.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:25:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:25:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:25:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:25:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:25:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:25:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:25:39.353Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:39.358Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:25:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:25:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:25:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:25:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:26:03.894Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:03.895Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 90 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:26:09.358Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:09.362Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:26:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:26:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:26:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:26:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:26:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:26:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:33.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:26:39.364Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:39.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:26:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:26:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:43.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:26:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:26:53.836Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:27:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:27:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:27:09.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:09.377Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:27:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:27:13.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:13.845Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 40 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:27:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:27:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:27:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:27:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:27:39.378Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:39.383Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:27:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:27:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:27:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:27:53.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:28:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:28:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:28:09.383Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:09.389Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:28:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:28:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:28:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:28:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:28:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:28:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:33.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:28:39.390Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:39.394Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:28:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:28:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:43.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:28:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:28:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:28:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:29:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:29:09.395Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:09.401Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:29:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:13.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:29:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:29:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:29:33.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:29:33.882Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:33.886Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:33.886Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 81 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:29:39.403Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:39.408Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:29:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:29:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:29:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:29:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:29:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:30:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:30:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:30:09.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:09.414Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:30:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:30:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:13.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:30:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:30:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:30:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:30:39.415Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:39.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:30:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:30:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:30:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:30:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:30:53.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:31:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:31:09.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:09.426Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:31:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:31:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:31:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:31:23.927Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:23.928Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 122 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:31:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:31:39.426Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:39.430Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:31:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:31:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:31:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:31:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:31:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:32:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:32:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:32:09.432Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:09.437Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:32:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:32:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:13.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:32:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:32:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:23.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:32:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:32:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:32:39.437Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:39.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:32:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:32:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:32:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:32:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:33:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:33:09.442Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:09.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:33:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:33:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:33:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:33:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:33:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:33:39.449Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:39.455Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:33:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:33:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:33:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:33:53.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:34:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:34:09.456Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:09.460Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:34:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:34:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:13.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:34:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:34:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:23.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:34:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:34:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:34:39.461Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:39.465Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:34:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:34:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:34:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:34:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:34:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:35:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:35:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:35:09.466Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:09.471Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:35:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:35:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:35:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:35:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:35:39.473Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:39.477Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:35:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:35:43.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:43.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:35:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:35:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:35:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:36:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:36:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:36:09.479Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:09.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:36:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:36:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:36:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:36:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:36:39.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:39.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:36:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:36:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:43.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:36:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:36:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:37:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:37:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:37:09.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:09.495Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:37:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:37:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:37:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:37:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:37:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:33.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:37:39.496Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:39.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:37:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:37:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:43.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:37:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:37:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:37:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:38:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:38:03.859Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:03.860Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 53 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:38:09.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:09.507Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:38:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:38:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:38:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:38:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:38:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:38:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:38:39.507Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:39.513Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:38:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:38:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:38:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:38:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:38:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:39:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:39:09.513Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:09.518Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:39:13.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:39:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:13.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:39:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:39:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:39:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:39:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:33.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:39:39.520Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:39.526Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:39:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:39:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:39:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:39:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:39:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:40:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:40:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:40:09.527Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:09.531Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:40:13.845Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:13.846Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 42 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:40:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:23.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:40:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:40:39.532Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:39.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:40:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:40:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:40:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:40:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:40:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:41:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:41:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:41:09.538Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:09.544Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:41:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:41:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:41:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:41:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:41:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:41:39.546Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:39.551Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:41:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:41:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:41:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:41:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:41:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:42:03.860Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:03.861Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 57 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:42:09.552Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:09.558Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:42:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:42:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:42:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:42:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:42:39.558Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:39.563Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:42:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:42:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:42:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:42:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:42:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:43:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:43:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:03.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:43:09.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:09.569Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:43:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:43:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:43:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:43:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:43:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:43:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:43:39.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:39.576Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:43:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:43:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:43:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:44:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:44:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:44:09.576Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:09.582Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:44:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:44:13.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:13.836Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:44:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:44:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:44:39.583Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:39.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:44:43.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:43.837Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:44:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:44:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:44:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:45:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:45:09.589Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:09.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:45:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:45:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:45:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:45:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:45:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:45:39.595Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:39.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:45:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:45:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:45:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:45:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:46:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:46:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:46:09.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:09.605Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:46:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:46:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:13.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:46:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:46:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:46:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:46:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:46:39.606Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:39.610Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:46:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:46:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:46:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:46:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:46:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:47:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:47:09.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:09.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:47:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:47:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:47:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:47:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:47:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:47:39.618Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:39.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:47:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:47:43.883Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:43.884Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 79 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:47:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:47:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:47:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:48:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:48:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:48:09.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:09.629Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:48:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:48:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:13.834Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:48:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:48:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:48:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:48:39.630Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:39.635Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:48:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:48:43.917Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:43.918Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 113 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:48:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:48:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:48:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:49:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:49:09.636Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:09.641Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:49:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:49:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:49:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:49:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T04:49:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:49:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:49:39.642Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:39.647Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:49:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:49:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:49:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:49:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:49:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:50:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:50:03.857Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:03.857Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 50 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:50:09.648Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:09.652Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:50:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:50:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:50:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:50:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:23.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:50:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:50:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:50:39.652Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:39.658Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:50:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:50:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:50:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:50:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:51:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:03.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:09.659Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:09.665Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:51:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:51:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:51:33.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:33.837Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:39.665Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:39.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:51:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:51:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:51:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:52:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:52:03.855Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:03.856Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 50 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:52:09.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:09.677Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:52:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:52:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:13.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:52:23.857Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:23.858Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 54 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:52:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:52:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:52:39.679Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:39.683Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:52:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:52:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:52:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:52:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:52:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:53:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:53:09.684Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:09.690Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:53:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:53:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:13.837Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:53:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:53:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:53:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:53:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:53:39.691Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:39.696Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:53:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:53:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:53:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:53:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:53:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:54:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:54:03.854Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:03.856Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 50 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:54:09.696Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:09.705Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:54:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:54:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:54:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:54:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:54:39.705Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:39.711Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:54:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:54:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:54:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:54:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:55:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:55:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:55:09.712Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:09.718Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:55:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:55:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:55:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:55:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:33.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:55:39.719Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:39.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:55:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:55:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:55:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:55:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:55:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:56:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:09.725Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:09.730Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:56:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:56:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:56:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:23.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:56:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:39.731Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:39.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:56:43.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:43.837Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:56:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:56:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:56:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:57:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:57:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:03.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:57:09.738Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:09.743Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:57:13.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:57:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:13.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:57:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:57:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:57:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:57:39.746Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:39.751Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:57:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T04:57:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:57:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:57:53.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:58:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:58:03.854Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:03.855Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 50 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:58:09.752Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:09.757Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:58:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:58:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:58:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:58:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:58:39.758Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:39.763Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:58:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:58:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:58:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:58:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:58:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:59:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:59:09.764Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:09.768Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:59:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:59:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:13.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T04:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:59:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:59:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:59:39.770Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:39.774Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:59:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T04:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T04:59:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T04:59:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:04:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:04:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:00:03.854Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:03.855Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 51 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:00:09.775Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:09.779Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:00:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:00:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:00:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:00:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:00:39.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:39.786Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:00:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:00:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:00:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:00:53.836Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:01:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:01:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:03.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:01:09.787Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:09.793Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:01:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:01:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:01:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:01:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 142 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:01:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:01:39.793Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:39.799Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:01:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:01:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:01:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:02:03.851Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:03.852Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 48 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:09.799Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:09.804Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:02:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:13.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:02:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:02:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:39.806Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:39.810Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:02:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:02:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:02:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:03:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:03:09.812Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:09.817Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:03:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:03:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:03:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:03:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:03:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:03:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:33.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:03:39.818Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:39.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:03:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:03:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:03:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:04:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:04:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:04:09.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:09.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:04:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:04:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:04:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:04:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:04:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:04:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:04:39.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:39.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:04:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:04:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:43.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:04:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:04:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:04:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:05:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:09.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:09.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:05:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:05:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:05:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:39.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:39.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:05:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:05:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:05:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:05:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:05:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:06:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:06:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:06:09.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:09.851Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:06:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:06:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:06:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:06:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:06:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:06:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:06:39.853Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:39.857Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:06:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:06:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:06:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:06:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:07:03.849Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:03.850Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 46 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:07:09.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:09.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:07:13.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:13.838Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:07:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:07:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:07:33.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:07:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:33.834Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:07:39.866Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:39.871Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:07:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:07:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:43.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:07:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:07:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:07:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:08:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:08:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:08:09.871Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:09.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:08:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:08:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:08:33.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:08:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:33.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:08:39.879Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:39.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:08:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:08:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:08:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:09:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:09:09.884Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:09.889Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:09:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:09:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:13.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:09:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:09:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:09:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:09:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:09:39.890Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:39.895Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:09:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:09:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:09:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:10:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:10:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:10:09.896Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:09.901Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:10:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:10:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:10:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:10:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:10:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:10:39.901Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:39.907Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:10:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:10:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:10:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:10:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:10:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:11:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:11:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:11:09.907Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:09.911Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:11:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:11:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:11:23.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:23.837Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:11:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:11:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:11:39.911Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:39.927Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:11:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:11:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:11:53.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:11:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:11:53.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:12:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:12:09.928Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:09.933Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:12:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:12:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:13.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:12:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:12:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:12:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:12:39.934Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:39.939Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:12:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:12:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:12:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:12:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:13:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:13:09.940Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:09.945Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:13:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:13:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:13:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:13:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:13:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:13:39.946Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:39.951Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:13:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:13:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:13:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:13:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:14:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:14:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:14:09.952Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:09.957Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:14:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:14:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:14:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:14:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:14:39.958Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:39.963Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:14:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:14:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:14:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:14:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:14:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:15:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:15:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:15:09.965Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:09.970Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:15:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:15:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:15:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:15:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:15:39.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:39.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:15:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:15:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:15:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:15:53.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:16:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:16:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:16:09.979Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:09.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:16:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:13.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:16:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:16:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:16:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:16:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:16:39.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:39.989Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:16:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:43.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:16:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:16:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:16:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:17:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:17:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:17:09.990Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:09.995Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:17:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:17:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:17:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:17:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:17:39.995Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:40.000Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:17:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:17:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:43.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:17:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:17:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:18:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:18:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:18:10.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:18:10.006Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:18:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:18:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:18:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:18:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:18:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:18:40.007Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:40.013Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:18:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:18:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:18:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:19:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:19:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:19:10.013Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:10.018Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:19:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:19:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:19:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:19:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:19:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:19:40.019Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:40.025Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:19:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:19:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:19:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:19:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:20:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:20:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:03.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:20:10.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:10.030Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:20:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:20:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:20:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:20:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:20:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:20:40.031Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:40.037Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:20:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:20:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:20:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:20:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:20:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:21:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:21:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:21:10.038Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:10.042Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:21:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:21:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:21:33.836Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:21:33.856Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:33.857Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:21:40.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:40.049Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:21:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:21:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:21:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:21:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:21:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:22:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:22:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:22:10.051Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:10.056Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:22:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:22:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:22:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:22:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:22:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:22:40.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:40.062Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:22:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:22:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:22:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:22:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:22:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:23:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:23:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:23:10.063Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:10.068Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:23:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:23:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:23:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:23:40.069Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:40.074Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:23:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:23:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:23:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:23:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:23:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:24:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:24:10.075Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:10.081Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:24:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:24:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:24:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:24:40.082Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:40.087Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:24:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:24:53.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:24:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:24:53.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:25:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:25:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:25:10.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:10.093Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:25:13.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:25:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:13.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:25:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:25:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:25:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:33.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:25:40.094Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:40.099Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:25:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:25:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:25:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:26:03.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:03.843Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:26:10.099Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:10.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:26:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:26:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:26:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:26:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:26:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:26:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:33.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:26:40.105Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:40.110Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:26:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:26:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:26:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:26:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:27:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:27:10.111Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:10.115Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:27:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:27:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:27:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:27:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:27:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:27:40.116Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:40.120Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:27:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:27:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:43.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:27:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:27:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:27:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:28:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:28:03.848Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:03.849Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 44 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:28:10.123Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:10.129Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:28:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:28:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:28:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:28:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:28:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:28:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:33.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:28:40.129Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:40.134Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:28:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T05:28:43.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:28:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:28:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:28:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:29:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:29:10.135Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:10.139Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:29:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:29:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:29:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:29:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:29:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:29:40.141Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:40.145Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:29:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:29:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:29:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:29:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:29:53.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:30:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:30:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:30:10.148Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:10.152Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:30:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:30:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:13.834Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:30:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:30:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:30:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:30:40.154Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:40.158Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:30:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:30:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:30:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:30:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:30:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:31:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:31:10.160Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:10.164Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:31:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:31:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:31:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:31:33.915Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:33.916Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 111 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:31:40.165Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:40.170Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:31:43.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:43.834Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:31:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:31:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:31:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:32:03.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:32:03.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:03.844Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 38 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:32:10.172Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:10.176Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:32:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:32:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:32:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:32:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:23.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:32:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:32:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:32:40.177Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:40.182Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:32:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:32:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:32:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:32:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:32:53.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:33:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:33:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:33:10.183Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:10.189Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:33:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:33:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:33:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:33:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:33:40.189Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:40.195Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:33:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:33:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:33:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:33:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:33:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:34:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:03.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:34:10.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:10.201Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:34:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:34:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:34:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:34:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:34:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:34:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:33.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:34:40.202Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:40.207Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:34:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:34:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:34:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:34:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:35:03.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:35:03.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:03.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:35:10.208Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:10.213Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:35:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:35:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:35:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:35:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:35:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:33.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:35:40.214Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:40.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:35:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:43.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:35:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:35:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:35:53.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:36:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:36:10.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:10.225Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:36:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:36:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:36:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:36:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:36:40.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:40.231Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:36:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:36:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:36:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:36:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:36:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:37:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:37:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:37:10.232Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:10.237Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:37:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:37:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:37:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:37:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:37:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:37:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:37:40.239Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:40.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:37:43.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:37:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:43.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:37:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:37:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:37:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:38:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:38:03.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:03.840Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:38:10.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:10.249Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:38:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:38:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:38:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:38:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:23.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:38:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:38:40.250Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:40.255Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:38:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:38:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:43.830Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:43.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:38:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:38:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:39:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:39:10.256Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:10.260Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:39:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:39:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:39:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:39:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:39:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:39:40.261Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:40.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:39:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:39:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:39:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:39:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:39:53.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:40:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:40:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:40:10.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:10.271Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:40:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:13.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:40:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:40:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:40:40.272Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:40.277Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:40:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:40:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:40:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:40:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:41:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:41:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:41:10.278Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:10.283Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:41:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:41:13.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:41:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:41:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:41:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:41:40.283Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:40.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:41:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:41:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:43.832Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:41:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:41:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:41:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:42:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T05:42:03.831Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:42:10.289Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:10.294Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:42:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:42:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:13.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:42:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:42:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:42:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:42:40.295Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:40.300Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:42:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:42:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:42:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:42:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:42:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:43:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:43:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:43:10.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:10.307Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:43:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:43:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:43:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:43:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:43:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:43:40.308Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:40.313Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:43:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:43:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:43:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:43:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:43:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:44:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:44:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:44:10.315Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:10.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:44:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:44:13.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:44:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:44:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:44:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:44:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:44:40.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:40.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:44:43.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:43.840Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:44:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:44:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:44:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:45:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:45:10.326Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:10.331Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:45:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:45:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:45:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:45:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:45:40.331Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:40.337Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:45:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:45:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:45:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:45:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:46:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:46:03.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:03.837Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:46:10.337Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:10.342Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:46:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:46:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:46:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:46:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:46:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:46:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:46:40.343Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:40.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:46:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:46:43.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:46:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:46:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:47:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:47:10.349Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:10.354Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:47:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:47:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:47:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:23.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:47:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:47:33.931Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:33.932Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 126 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:47:40.355Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:40.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:47:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:47:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:43.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:47:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:47:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:48:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:48:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:48:10.362Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:10.366Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:48:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:48:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:48:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:48:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:48:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:48:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:48:40.368Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:40.374Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:48:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:48:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:43.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:48:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:48:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:48:53.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:49:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:49:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:49:10.374Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:10.380Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:49:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:49:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:49:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:49:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:49:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:49:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:49:40.380Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:40.385Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:49:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:49:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:43.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:49:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:49:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:49:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:50:03.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:03.837Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:50:10.385Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:10.389Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:50:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:50:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T05:50:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:50:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:23.835Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:50:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:50:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:50:40.392Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:40.397Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:50:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:50:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:43.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:50:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:50:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:51:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:51:10.398Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:10.403Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:51:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:51:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:51:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:51:40.404Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:40.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:51:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:51:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T05:51:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:51:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:51:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:52:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:52:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:03.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:52:10.410Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:10.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:52:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:52:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:52:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:23.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:52:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:52:40.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:40.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:52:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:52:43.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:52:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:52:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:52:53.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:53:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:10.423Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:10.427Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:53:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:53:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:53:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:53:40.430Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:40.435Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:53:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:53:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:53:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:53:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:54:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:54:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:54:10.435Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:10.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:54:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:54:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:54:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:54:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:54:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:54:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T05:54:40.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:40.447Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:54:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:54:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:54:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:54:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:54:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:54:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:55:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:55:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:55:10.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:10.453Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:55:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:55:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:55:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:23.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:55:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:33.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:55:40.454Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:40.459Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:55:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:55:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:55:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:56:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:56:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:56:10.461Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:10.466Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:56:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:13.832Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:13.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:13.839Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:56:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:56:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:56:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:56:40.466Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:40.471Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:56:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:56:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:56:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:56:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:57:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:10.473Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:10.478Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:57:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:57:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:23.830Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:23.860Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:23.861Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 55 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:57:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:33.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:40.479Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:40.483Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:57:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:43.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:57:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:57:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:57:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:58:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:03.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:10.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:10.489Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:58:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:58:23.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T05:58:23.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:58:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:40.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:40.495Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:58:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:58:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:58:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:58:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:58:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:59:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:59:10.496Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:10.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:59:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:59:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:13.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:59:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:59:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:59:40.502Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:40.506Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T05:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:59:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T05:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T05:59:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T05:59:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:05:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:05:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:00:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:00:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:00:10.507Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:10.511Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:00:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:00:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:00:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:00:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:00:40.512Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:40.516Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:00:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:00:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:00:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:00:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:01:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:01:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:01:10.516Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:10.522Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:01:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:01:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:01:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:01:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:01:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:01:40.522Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:40.527Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:01:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:01:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:01:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:01:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:02:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:02:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:02:10.528Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:10.533Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:02:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:02:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:02:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:02:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:02:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:02:40.534Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:40.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:02:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:02:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:02:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:02:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:02:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:03:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:03.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:03:10.541Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:10.545Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:03:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:03:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:03:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:03:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:03:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:03:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:03:40.546Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:40.551Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:03:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:03:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:03:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:03:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:04:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:10.552Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:10.557Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:04:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:13.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:04:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:04:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:04:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:40.560Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:40.565Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:04:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:04:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:04:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:04:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:05:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:05:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:05:10.567Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:10.572Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:05:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:05:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:05:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:05:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:05:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:05:40.572Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:40.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:05:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:05:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:05:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:05:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:05:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:05:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:06:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T06:06:10.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:10.583Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:06:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:06:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:06:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:40.583Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:40.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:06:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:06:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:06:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:07:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:03.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:07:10.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:10.594Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:07:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:07:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:07:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:07:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:23.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:07:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:07:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:07:40.594Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:40.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:07:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:07:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:07:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:07:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:07:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:08:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:10.601Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:10.606Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:08:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:08:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:08:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:40.606Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:40.610Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:08:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:08:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:08:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:08:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:09:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:10.611Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:10.615Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:09:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:09:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:09:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:09:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:40.615Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:40.620Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:09:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:09:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:10:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:10:10.620Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:10.624Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:10:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:10:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:10:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:10:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:10:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:33.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:10:40.627Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:40.631Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:10:43.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:10:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:43.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:10:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:10:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:10:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:11:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:11:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:11:10.632Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:10.637Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:11:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:11:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:11:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:11:40.638Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:40.643Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:11:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:11:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:11:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:12:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:12:10.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:10.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T06:12:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:12:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:12:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:12:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:12:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:12:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:12:40.650Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:40.655Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:12:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:12:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:12:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:13:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:13:10.656Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:10.661Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:13:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:13:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:13:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:23.865Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 60 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:13:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:13:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:33.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:13:40.663Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:40.669Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:13:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:13:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:13:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:14:03.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:14:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:03.835Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:14:10.669Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:10.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:14:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:14:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:14:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:14:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:14:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:14:40.676Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:40.681Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:14:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:14:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:14:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:14:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:15:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:15:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:15:10.682Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:10.688Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:15:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:15:23.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:15:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:15:40.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:40.694Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:15:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:15:43.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:43.834Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:15:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:15:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:15:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:16:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:16:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:16:10.695Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:10.701Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:16:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:16:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:16:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:16:40.701Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:40.706Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T06:16:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:16:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:16:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:16:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:16:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:17:03.932Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:03.933Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 128 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:10.708Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:10.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:17:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:17:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:17:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:40.715Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:40.719Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:17:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:17:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:17:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:17:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:18:03.935Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:03.936Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 131 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:18:10.720Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:10.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:18:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:18:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:18:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:18:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:18:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:18:40.726Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:40.730Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:18:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:18:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:18:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:18:53.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:19:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:19:10.731Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:10.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:19:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:19:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:19:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:19:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:19:40.737Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:40.741Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:19:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:19:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:19:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:20:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:20:10.742Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:10.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:20:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:20:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:20:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:20:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:20:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:20:40.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:40.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:20:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:20:43.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:20:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:20:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:21:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:10.756Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:10.761Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:21:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:21:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:21:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:40.762Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:40.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:21:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:21:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:21:53.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:21:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:21:53.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:22:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:22:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:22:10.769Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:10.773Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:22:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:22:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:22:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:22:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:22:40.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:40.781Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:22:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:22:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T06:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:22:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:22:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:23:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:23:10.784Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:10.789Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:23:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:23:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:23:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:23:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:23:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:23:40.790Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:40.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:23:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:23:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:23:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:23:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:24:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:24:10.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:10.801Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:24:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:24:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:24:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:24:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:24:40.801Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:40.805Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:24:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:24:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:24:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:24:53.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:24:53.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:25:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:25:03.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T06:25:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:25:10.809Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:10.814Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:25:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:25:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:25:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:25:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:25:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:25:40.814Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:40.818Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:25:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:25:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:25:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:25:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:26:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:26:10.819Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:10.825Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:26:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:26:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:26:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:26:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:26:40.825Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:40.831Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:26:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:43.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:26:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:26:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:27:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:27:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:27:10.831Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:10.837Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:27:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:13.835Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:27:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:27:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:27:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:27:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:27:40.838Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:40.843Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:27:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:27:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:27:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:27:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:27:53.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:28:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:10.843Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:10.847Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:28:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:28:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:23.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:28:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:40.848Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:40.853Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:28:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:43.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:28:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:28:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:28:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:29:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:03.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:10.853Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:10.858Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:29:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:13.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:29:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:29:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:40.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:40.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:29:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:29:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:29:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:29:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:30:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:30:10.866Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:10.871Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:30:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:30:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:30:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:40.872Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:40.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:30:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:30:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:30:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:31:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:31:10.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:10.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:31:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:31:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:31:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:31:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:31:40.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:40.888Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:31:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:31:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:31:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:31:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:32:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:32:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:32:10.893Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:10.898Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:32:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:32:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:32:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:32:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:32:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:32:40.901Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:40.905Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:32:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:32:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:32:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:33:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:33:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:33:10.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:10.910Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:33:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:33:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:33:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:33:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:33:40.911Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:40.916Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:33:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T06:33:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:33:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:33:53.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:34:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:34:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:34:10.917Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:10.921Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:34:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:34:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:34:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:34:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:34:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:34:40.924Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:40.929Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:34:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:43.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:34:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:34:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:35:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:03.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:10.930Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:10.934Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:35:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:35:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:35:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:40.935Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:40.939Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:35:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:35:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:35:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:35:53.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:36:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:36:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:36:10.940Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:10.945Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:36:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:36:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:36:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:23.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:36:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:36:40.946Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:40.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:36:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:36:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:36:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:36:53.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:37:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:37:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:03.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:37:10.952Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:10.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:37:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:37:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:37:23.830Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:23.833Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:23.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:37:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:37:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:37:40.958Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:40.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:37:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:37:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:37:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:37:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:38:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:38:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:38:10.965Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:10.970Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:38:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:38:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:38:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:38:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:38:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:38:40.971Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:40.975Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:38:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:38:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:38:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:38:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:39:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:39:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:39:10.976Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:10.983Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:39:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:39:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:39:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:39:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:39:40.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:40.989Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:39:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:39:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:43.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:39:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:39:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:39:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:40:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:10.990Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:10.995Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:40:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:13.818Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:40:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:23.833Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:23.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:23.840Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:40:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:40.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:41.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:40:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:40:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:40:53.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:40:53.841Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:41:03.828Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:41:03.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:03.844Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:41:11.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:11.008Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:41:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:41:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:41:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:41:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:41:41.009Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:41.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:41:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:41:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:41:53.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:41:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T06:41:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:42:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T06:42:11.016Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:11.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:42:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:42:23.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:42:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:23.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:42:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:42:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:42:41.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:41.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:42:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:42:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:42:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:42:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:42:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:43:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:43:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:43:11.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:11.031Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:43:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:43:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:43:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:43:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:43:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:43:41.034Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:41.039Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:43:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:43:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:43:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:43:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:44:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:44:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:44:11.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:11.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:44:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:44:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:13.835Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:44:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:44:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:44:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:33.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:44:41.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:41.050Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:44:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:44:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:44:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:44:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:45:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:45:11.051Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:11.056Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:45:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:13.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:45:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:45:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:41.056Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:41.060Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:45:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:45:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:45:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:46:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:11.061Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:11.066Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:46:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:46:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:23.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:46:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:46:41.067Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:41.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:46:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:46:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:46:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:46:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:47:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:47:11.073Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:11.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:47:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:47:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:47:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:47:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:47:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:47:41.089Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:41.094Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:47:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:47:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:47:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:47:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:48:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:48:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:48:11.095Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:11.099Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:48:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:48:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:13.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:48:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:48:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:48:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:48:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:33.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:48:41.101Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:41.105Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:48:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:48:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:43.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:48:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:48:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:49:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:49:11.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:11.114Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:49:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:49:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:49:23.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:49:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:23.834Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:49:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:49:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:49:41.114Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:41.119Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:49:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:49:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:49:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:49:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:49:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:50:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:50:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:50:11.120Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:11.124Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:50:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:50:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:50:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:50:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:50:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:50:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:50:41.125Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:41.130Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:50:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:50:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:50:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:50:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:51:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:51:11.130Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:11.135Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:51:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:51:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:33.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:51:33.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:33.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:41.136Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:41.141Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:51:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:43.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:51:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:51:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:51:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:52:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:52:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:03.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:52:11.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:11.151Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:52:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:52:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:52:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:52:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:52:41.151Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:41.156Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:52:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:52:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:43.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:52:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:52:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:53:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:53:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:53:11.158Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:11.163Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:53:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:53:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:53:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:53:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:53:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:53:41.164Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:41.169Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:53:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:53:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:53:53.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:53:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:53:53.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:54:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:54:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:54:11.170Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:11.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:54:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:54:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:54:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:54:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:54:41.176Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:41.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:54:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:54:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:54:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:54:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:54:53.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:55:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:55:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:55:11.182Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:11.187Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:55:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:55:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:55:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:55:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:55:41.188Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:41.193Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:55:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:55:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:55:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:55:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:55:53.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:56:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:56:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:56:11.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:11.200Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:56:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:56:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:56:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:56:41.201Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:41.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:56:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T06:56:43.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:56:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:56:53.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:57:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:11.208Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:11.214Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:57:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:57:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:23.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:57:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:41.215Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:41.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:57:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:57:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:57:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:57:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:58:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:58:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:58:11.221Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:11.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T06:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:58:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:58:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:58:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:58:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:58:41.227Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:41.231Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:58:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:58:53.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:58:53.842Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:59:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T06:59:11.233Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:11.238Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:59:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:59:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:59:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:41.239Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:41.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:59:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T06:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T06:59:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T06:59:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:06:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:06:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:00:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:00:11.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:11.249Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:00:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:00:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:00:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:00:41.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:41.258Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:00:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:00:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:00:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:00:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:01:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:01:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:01:11.260Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:11.265Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:01:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:01:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:01:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:23.829Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:01:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:01:41.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:41.272Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:01:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:01:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:43.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:01:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:01:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:02:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:02:11.272Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:11.277Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:02:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:02:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:02:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:02:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:02:41.278Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:41.283Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:02:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:02:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:02:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:03:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:03:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:03:11.284Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:11.289Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:03:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:03:13.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:13.842Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:03:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:03:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:03:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:03:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:03:41.289Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:41.294Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:03:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:03:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:03:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:03:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:04:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:03.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:11.295Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:11.300Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:04:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:04:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:23.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:04:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:41.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:41.312Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:04:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:04:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:04:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:04:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:05:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:05:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:05:11.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:11.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:05:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:05:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:05:23.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:23.836Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:05:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:05:41.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:41.330Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:05:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:05:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:05:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:05:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:05:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:06:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:06:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:06:11.332Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:11.337Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:06:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:06:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:06:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:06:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:23.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:06:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:33.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:06:41.337Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:41.343Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:06:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:06:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:06:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:06:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:07:03.820Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:11.344Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:11.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:07:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:07:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:07:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:33.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:41.349Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:41.354Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:07:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:07:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:07:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:07:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:08:03.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:03.836Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:08:11.356Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:11.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:08:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:08:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:08:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:23.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:08:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:33.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:08:41.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:41.366Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:08:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:08:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:08:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:08:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:09:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:09:11.368Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:11.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:09:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:09:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:13.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:09:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:09:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:09:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:09:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:09:41.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:41.377Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:09:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:09:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:09:53.833Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:10:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:10:11.378Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:11.384Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:10:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:10:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:10:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:10:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:23.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:10:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:10:41.385Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:41.390Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:10:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:10:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:10:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:11:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:11:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T07:11:11.392Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:11.397Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:11:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:11:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:13.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:11:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:11:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:11:41.399Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:41.405Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:11:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:11:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:11:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:11:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:11:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:12:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:12:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:11.408Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:11.414Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:12:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:12:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:23.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:12:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:41.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:41.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:12:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:12:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:12:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:12:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:13:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:13:11.422Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:11.426Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:13:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:13:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:13:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:13:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:13:41.428Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:41.433Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:13:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:13:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:13:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:13:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:14:03.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:14:11.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:11.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:14:13.825Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:14:13.899Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:13.901Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 80 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:14:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:14:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:14:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:14:41.442Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:41.447Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:14:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:14:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:14:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:14:53.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:15:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:15:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:15:11.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:11.452Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:15:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:15:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:15:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:33.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:15:41.456Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:41.461Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:15:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:15:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:15:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:15:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:15:53.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:16:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:11.462Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:11.467Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:16:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:13.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:16:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:23.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:16:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:41.467Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:41.472Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:16:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:16:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:16:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:17:03.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:03.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:17:11.472Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:11.478Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:17:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:13.834Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:17:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:17:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:41.478Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:41.483Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:17:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:17:53.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:17:53.841Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:18:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:11.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:11.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:18:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:18:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:18:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:23.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:18:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:41.492Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:41.498Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:18:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:18:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:18:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:18:53.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:19:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:11.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:11.507Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:19:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:13.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:19:23.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T07:19:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:19:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:41.508Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:41.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:19:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:19:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:19:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:19:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:20:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:20:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:20:11.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:11.520Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:20:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:20:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:20:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:20:23.937Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:23.938Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 132 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:20:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:20:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:20:41.522Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:41.527Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:20:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:20:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:20:53.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:21:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:21:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:21:11.529Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:11.534Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:21:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:21:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:21:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:21:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:21:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:21:41.538Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:41.542Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:21:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:21:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:21:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:21:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:22:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:22:11.543Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:11.547Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:22:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:22:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:22:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:22:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:22:41.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:41.554Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:22:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:22:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:22:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:22:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:22:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:23:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:23:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:03.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:23:11.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:11.562Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:23:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:23:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:23:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:23:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:23:41.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:41.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:23:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:23:43.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:43.840Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:23:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:23:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:23:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:24:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:24:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:24:11.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:11.581Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:24:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:24:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:13.833Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:24:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:24:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:24:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:24:41.582Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:41.586Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:24:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:24:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:43.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:24:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:24:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:24:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:25:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:25:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:25:11.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:11.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:25:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:13.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:25:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:25:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:25:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:25:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:25:41.594Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:41.599Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:25:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:25:53.836Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:26:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:26:11.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:11.605Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:26:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:13.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:26:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:26:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 41 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:26:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:26:41.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:41.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:26:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:26:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:26:53.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:26:53.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:26:53.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:27:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:27:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:27:11.613Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:11.618Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:27:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:27:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:27:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:27:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:27:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:27:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:27:41.618Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:41.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:27:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:27:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:27:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:28:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:28:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:03.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:28:11.627Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:11.632Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:28:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:28:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:28:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:28:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:28:41.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:41.639Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:28:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:28:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:28:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:29:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:29:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:29:11.640Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:11.645Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:29:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:29:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:29:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:29:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:29:41.646Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:41.651Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:29:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:29:53.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:29:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:29:53.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:30:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:11.652Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:11.657Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:30:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:30:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:30:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:41.658Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:41.663Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:30:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:30:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:30:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:30:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:31:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:03.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:31:11.666Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:11.670Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:31:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:31:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:13.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:31:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:31:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:31:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:31:41.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:41.682Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:31:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:43.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:31:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:31:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:32:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:11.683Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:11.687Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:32:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:32:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:33.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:32:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:41.691Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:41.697Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:32:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:32:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:32:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:33:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:03.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:33:11.698Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:11.704Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:33:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:33:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:33:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:33:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:33:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:33:41.705Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:41.710Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:33:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:33:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:33:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:33:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:34:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:34:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:03.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:34:11.711Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:11.716Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:34:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:34:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:34:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:34:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:34:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:34:41.716Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:41.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:34:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:34:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:34:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:35:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:35:11.725Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:11.730Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:35:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:35:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:35:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:35:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:35:41.731Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:41.735Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:35:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:35:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:35:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:35:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:36:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:11.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:11.742Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:36:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:36:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:23.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:36:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:33.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:36:41.743Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:41.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:36:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:36:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:36:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:36:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:37:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:37:03.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:03.840Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:37:11.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:11.753Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:37:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:37:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:37:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:37:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:37:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:37:41.757Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:41.761Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:37:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:37:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:37:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:37:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:38:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:38:11.762Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:11.766Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:38:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:38:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:38:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:38:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:38:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:38:41.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:41.771Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:38:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:38:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:38:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:38:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:38:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:39:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:39:11.771Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:11.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:39:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:39:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:39:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:41.777Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:41.782Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:39:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:39:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:39:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:40:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:40:11.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:11.790Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:40:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:40:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:40:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:41.791Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:41.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:40:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:40:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:40:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:40:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:41:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:11.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:11.801Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:41:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:41:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:23.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:41:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:41:41.802Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:41.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:41:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:41:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:42:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:42:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:03.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:42:11.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:11.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:42:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:42:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:42:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:42:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:23.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:42:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:42:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:42:41.816Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:41.822Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:42:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:42:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:43.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:42:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:42:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:42:53.836Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:43:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:11.825Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:11.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:43:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:13.835Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:43:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:43:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:41.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:41.835Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:43:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:43:53.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:43:53.842Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:44:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:11.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:11.841Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:44:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:44:23.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:23.837Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:44:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:44:41.842Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:41.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:44:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:44:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:44:53.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:44:53.838Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:45:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:45:11.848Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:11.853Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:45:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:45:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:45:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:23.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:45:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:45:41.854Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:41.858Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:45:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:45:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:45:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:45:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:45:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:45:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:46:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:46:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T07:46:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:46:11.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:11.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:46:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:46:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:13.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:46:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:46:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:46:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:33.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:46:41.866Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:41.870Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:46:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:46:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:43.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:46:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:46:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:46:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:46:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:47:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:47:11.872Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:11.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:47:13.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:13.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:47:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:47:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:47:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:47:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:47:41.878Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:41.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:47:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:47:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:47:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:47:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:48:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:11.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:11.888Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:48:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:48:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:48:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:41.892Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:41.897Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:48:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:48:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:48:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:48:53.818Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:49:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:49:03.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:03.830Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:49:11.901Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:11.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T07:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:49:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:49:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:49:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:49:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:49:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:49:41.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:41.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:49:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:49:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:49:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:49:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:50:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:11.914Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:11.919Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:50:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:50:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:50:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:50:41.920Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:41.925Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:50:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:43.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:50:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:50:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:50:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:51:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:03.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:51:11.925Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:11.930Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:51:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:51:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:51:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:51:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T07:51:23.831Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:51:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:33.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:51:41.930Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:41.935Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:51:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:51:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:51:53.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:52:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:52:11.936Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:11.943Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:52:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:52:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:52:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:52:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:23.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:52:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:52:41.944Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:41.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:52:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:52:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:52:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:52:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:52:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:53:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:53:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:53:11.952Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:11.958Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:53:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:53:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:23.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:53:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:53:41.959Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:41.963Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:53:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:53:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:53:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:53:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:54:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:54:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:54:11.963Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:11.969Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:54:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:54:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:54:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:54:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:54:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:54:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:54:41.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:41.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:54:43.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:54:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:54:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:54:53.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:55:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:55:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:55:11.978Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:11.983Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:55:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:55:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:55:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:55:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:55:41.986Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:41.993Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:55:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:55:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:55:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:55:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:55:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:56:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:03.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:11.994Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:11.998Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:56:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:56:23.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:56:33.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:33.841Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:42.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:42.006Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:56:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:56:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:56:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:56:53.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:56:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:57:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:57:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:03.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:57:12.010Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:12.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:57:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:57:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:57:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:57:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:57:42.015Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:42.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:57:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:57:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:57:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:57:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:58:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:58:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:58:12.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:12.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:58:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:58:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:58:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:58:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:58:42.027Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:42.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:58:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:58:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:58:53.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:58:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:59:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:59:12.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:12.037Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:59:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:59:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:59:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:59:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T07:59:42.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:42.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T07:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:59:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T07:59:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T07:59:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T07:59:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:07:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:07:59:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:00:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:00:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:00:12.049Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:12.054Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:00:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:00:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:00:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:23.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:00:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:00:42.056Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:42.061Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:00:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:00:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:00:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:01:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:01:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:03.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:01:12.062Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:12.067Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:01:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:01:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:01:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:01:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:01:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:01:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:01:42.068Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:42.073Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:01:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:01:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:01:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:01:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:02:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:02:12.074Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:12.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:02:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:02:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:02:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:02:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:02:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:02:42.080Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:02:42.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:02:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:43.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:02:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:02:53.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:53.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:02:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:03:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:12.086Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:12.091Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:03:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:13.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:03:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:03:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:42.092Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:42.096Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:03:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:03:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:03:53.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:03:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:04:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:12.096Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:12.100Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:04:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:04:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:04:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:42.101Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:42.106Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:04:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:04:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:04:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:04:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:05:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:03.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:12.107Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:12.111Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:05:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:13.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:05:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:05:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:05:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:42.112Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:42.117Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:05:43.819Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:05:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:05:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:05:53.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:06:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:06:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:06:12.117Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:12.121Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:06:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:06:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:13.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:06:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:06:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:06:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:06:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:06:42.122Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:42.127Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:06:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:06:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:06:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:06:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:06:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:06:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:07:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:07:12.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:12.132Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:07:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:07:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:07:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:07:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:07:42.136Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:42.141Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:07:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:07:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:07:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:07:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:07:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:08:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:08:12.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:12.145Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:08:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:08:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:08:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:08:42.147Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:42.151Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:08:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:43.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:08:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:08:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:09:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:09:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:09:12.152Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:12.157Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:09:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:09:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:09:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:09:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:09:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:09:42.158Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:42.162Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:09:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:09:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:09:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:09:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:10:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:10:12.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:12.171Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:10:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:13.818Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:10:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:10:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:10:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:10:42.171Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:42.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:10:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:10:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:43.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:10:53.912Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:10:53.913Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 107 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:11:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:12.176Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:12.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:11:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:13.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:11:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:11:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:42.182Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:42.187Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:11:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:11:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:11:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:11:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:12:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:12:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:12:12.189Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:12.193Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:12:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:12:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:12:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:12:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:12:42.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:42.200Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:12:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:12:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:12:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:12:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:12:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:13:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:13:12.201Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:12.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:13:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:13:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:13:23.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:23.840Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:13:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:13:42.208Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:42.213Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:13:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:13:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:13:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:13:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:14:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:14:12.213Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:12.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:14:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:14:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:14:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:14:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:14:42.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:42.225Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:14:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:14:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:14:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:14:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:15:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:15:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:15:12.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:12.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:15:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:15:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:15:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:15:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:33.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:15:42.234Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:42.239Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:15:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:15:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:43.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:43.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:15:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:15:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:15:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:16:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:16:12.240Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:12.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:16:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:13.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:16:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:16:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:16:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:16:42.245Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:42.249Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:16:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:16:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:16:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:16:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:17:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:17:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:17:12.251Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:12.255Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:17:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:17:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:17:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:17:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:17:42.256Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:42.261Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:17:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:43.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:17:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:17:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:17:53.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:18:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:12.264Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:12.268Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:18:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:18:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:33.823Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:18:33.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:33.838Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:42.272Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:42.278Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:18:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:18:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:18:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:18:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:19:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:19:12.278Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:12.284Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:19:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:19:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:19:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:19:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:19:42.285Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:42.290Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:19:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:19:53.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:19:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:19:53.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:20:03.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:20:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:20:12.292Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:12.298Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:20:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:20:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:20:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:20:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:20:33.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T08:20:33.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:20:42.299Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:42.305Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:20:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:20:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:20:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:21:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:21:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:21:12.305Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:12.309Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:21:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:21:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:21:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:33.834Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:21:42.310Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:42.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:21:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:21:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:21:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:21:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:21:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:22:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:22:12.316Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:12.328Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:22:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:22:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:22:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:22:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:22:42.328Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:42.333Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:22:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:22:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:22:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:22:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:23:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:03.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:12.336Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:12.343Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:23:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:23:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:23:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:23.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:23:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:42.344Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:42.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:23:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:23:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:23:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:24:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:24:12.350Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:12.355Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:24:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:24:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:24:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:33.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:24:42.356Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:42.360Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:24:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:24:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:24:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:24:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:25:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:25:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:25:12.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:12.366Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:25:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T08:25:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:25:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:25:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:25:42.367Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:42.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:25:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:25:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:25:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:25:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:26:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:26:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:26:12.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:12.377Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:26:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:26:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:26:23.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:23.839Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:26:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:26:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:26:42.377Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:42.383Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:26:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:26:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:26:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:27:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:03.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:12.384Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:12.388Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:27:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:13.817Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 11 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:27:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:27:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:42.389Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:42.393Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:27:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:27:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:27:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:27:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:28:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:03.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:28:12.394Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:12.398Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:28:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:28:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:28:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:28:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:28:42.400Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:42.403Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:28:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:28:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:28:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:28:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:29:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:12.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:12.414Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:29:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:29:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:33.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:29:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:42.418Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:42.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:29:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:29:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:29:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:29:53.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:30:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:12.424Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:12.429Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:30:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:30:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:30:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:33.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:42.434Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:42.438Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:30:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:30:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:30:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:31:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:31:12.439Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:12.444Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:31:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:13.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:31:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:31:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:31:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:31:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:31:42.445Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:42.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:31:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:31:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:31:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:31:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:32:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:32:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:32:12.454Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:12.458Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:32:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:32:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:32:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:32:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:32:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:32:42.459Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:42.463Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:32:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:32:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:32:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:33:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:33:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:33:12.463Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:12.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:33:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:33:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:33:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:33:42.470Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:42.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:33:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:33:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:33:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:33:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:33:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:34:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:34:12.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:12.479Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:34:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:13.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:34:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:34:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:33.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:42.480Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:42.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:34:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:34:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:34:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:35:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:03.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:35:12.486Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:12.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:35:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:35:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:35:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:35:42.492Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:42.497Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:35:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:35:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:35:53.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:36:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:36:12.500Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:12.506Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:36:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T08:36:13.834Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:36:23.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:36:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:36:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:36:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:36:42.506Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:42.510Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:36:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:36:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:36:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:37:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:37:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:37:12.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:12.519Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:37:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:37:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:37:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:37:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:37:42.519Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:42.525Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:37:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:37:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:43.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:37:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:37:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:37:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:38:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:38:12.525Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:12.530Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:38:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:38:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:38:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:38:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:38:42.531Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:42.535Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:38:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:38:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:38:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:39:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:39:03.861Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:03.862Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 57 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:39:12.541Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:12.546Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:39:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:39:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:39:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:39:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:33.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:39:42.548Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:42.552Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:39:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:39:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:39:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:39:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:40:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:40:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:40:12.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:12.562Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:40:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T08:40:13.830Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:40:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:40:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:40:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:33.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:40:42.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:42.569Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:40:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:40:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:40:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:40:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:40:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:41:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:41:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:41:12.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:12.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:41:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:41:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:41:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:23.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:41:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:41:42.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:42.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:41:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:41:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:41:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:41:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:42:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:42:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:42:12.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:12.587Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:42:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:42:13.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:13.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:42:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:42:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:42:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:42:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:42:42.587Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:42.592Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:42:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:42:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:43.818Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:42:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:42:53.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:43:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:12.596Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:12.601Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:13.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:43:13.819Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:13.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:43:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:43:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:42.604Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:42.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:43:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:43:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:43:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:43:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:43:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:44:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:44:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:44:12.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:12.616Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:44:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:44:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:44:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:44:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:44:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:44:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:44:42.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:42.621Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:44:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:44:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:44:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:44:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:45:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:45:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:45:12.624Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:12.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:45:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:45:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:45:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:45:42.631Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:42.636Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:45:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:45:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:45:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:46:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:46:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:46:12.638Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:12.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:46:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:46:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:23.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:46:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:46:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:33.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:46:42.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:42.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:46:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:43.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:46:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:46:53.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:47:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:47:12.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:12.654Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:47:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:13.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:47:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:47:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:47:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:47:42.656Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:42.661Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:47:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:47:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:47:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:47:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:48:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:48:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:48:12.664Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:12.669Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:48:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:48:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:13.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:48:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:48:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:48:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:48:42.670Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:42.675Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:48:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:48:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:48:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:48:53.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:49:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:12.676Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:12.681Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:49:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:13.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:49:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:49:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:49:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:42.682Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:42.687Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:49:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:49:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:49:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:49:53.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:50:03.878Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:03.879Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 74 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:50:12.687Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:12.692Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:50:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:50:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:50:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:50:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:50:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:50:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:50:42.697Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:42.702Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:50:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:50:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:50:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:50:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:50:53.818Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:51:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:51:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:51:12.706Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:12.710Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:51:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:51:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:23.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:51:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:51:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:51:42.711Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:42.717Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:51:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:51:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:51:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:52:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:52:12.717Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:12.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:52:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:52:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:52:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:52:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:52:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:52:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:52:42.722Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:42.726Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:52:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:43.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:52:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:52:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:52:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:53:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:53:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:03.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:53:12.727Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:12.732Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:53:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:53:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:53:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:53:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:53:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:53:42.733Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:42.738Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:53:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:43.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:53:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:53:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:53:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:54:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:54:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:54:12.738Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:12.743Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:54:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:54:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:54:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:54:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:54:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:54:42.744Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:42.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:54:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:54:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:54:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:54:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:54:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:55:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:55:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:55:12.752Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:12.757Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:55:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:55:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:55:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:55:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:55:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:55:42.757Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:42.763Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:55:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:55:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:55:53.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:56:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:56:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:56:12.764Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:12.771Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:56:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:56:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:56:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:56:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:56:42.773Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:42.779Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:56:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:43.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:56:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:56:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:56:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:57:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:57:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:57:12.779Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:12.784Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:57:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:57:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:57:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:23.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:57:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:57:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:57:42.789Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:42.794Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:57:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:57:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:57:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:57:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:03.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:58:03.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:03.837Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:12.795Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:12.799Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:58:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:58:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:58:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:42.800Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:42.805Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:58:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:58:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:58:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:59:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T08:59:12.807Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:12.812Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:59:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:59:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T08:59:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:59:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:59:42.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:42.817Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:59:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T08:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T08:59:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T08:59:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:08:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:08:59:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:00:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:00:12.818Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:12.822Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:00:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:00:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:00:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:00:42.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:42.829Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:00:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:00:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:00:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:00:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:01:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:03.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:01:12.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:12.835Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:01:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:13.818Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:01:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:01:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:23.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:01:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:01:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:01:42.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:42.844Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:01:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:01:53.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:01:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:01:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:02:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:02:12.850Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:12.855Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:02:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:02:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:02:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:02:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:02:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:02:42.858Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:42.863Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:02:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:02:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:02:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:03:03.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:03.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:03:12.866Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:12.871Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:03:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:03:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:03:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:03:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:03:42.871Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:42.876Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:03:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:03:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:03:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:03:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:04:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:04:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:03.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:04:12.876Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:12.881Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:04:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:04:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:04:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:04:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:04:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:04:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:04:42.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:42.887Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:04:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:43.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:04:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:04:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:04:53.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:05:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:05:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:05:12.888Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:12.897Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:05:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:05:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:05:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:05:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:05:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:05:42.898Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:42.902Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:05:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:05:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:05:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:05:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:05:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:05:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:06:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:06:03.877Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:03.878Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 74 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:06:12.903Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:12.908Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:06:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:06:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:06:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:06:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:06:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:33.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:06:42.908Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:42.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:06:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:06:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:06:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:06:53.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:06:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:07:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:03.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:07:12.913Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:12.918Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:07:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:07:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:07:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:23.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:07:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:07:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:07:42.919Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:42.923Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:07:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:43.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:07:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:07:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:07:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:08:03.873Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:03.874Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 70 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:08:12.927Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:12.931Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:08:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:08:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:08:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:23.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:08:33.892Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:33.893Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 87 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:08:42.931Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:42.936Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:08:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:08:53.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:08:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:08:53.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:09:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:09:12.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:12.941Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:09:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:09:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:09:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:23.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:09:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:09:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:09:42.942Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:42.947Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:09:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:09:53.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:09:53.830Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:53.835Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:09:53.836Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:10:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:10:12.948Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:12.953Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:10:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:10:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:10:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:10:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:10:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:10:42.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:42.961Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:10:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:10:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:10:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:11:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:11:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:11:12.966Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:12.971Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:11:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:11:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:11:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:11:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:11:42.973Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:42.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:11:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:11:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:43.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:11:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:11:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:12:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:12:12.980Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:12.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:12:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:12:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:12:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:42.985Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:42.989Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:12:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:12:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:12:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:13:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:13:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:03.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:13:12.990Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:12.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:13:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:13:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:13:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:13:42.999Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:43.004Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:13:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:13:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:13:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:13:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:14:03.870Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:03.871Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 65 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:14:13.009Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:13.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:14:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:14:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:14:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:14:43.016Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:43.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:14:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:14:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:14:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:15:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:15:13.024Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:13.029Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:15:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:15:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:15:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:15:43.030Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:43.036Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:15:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:15:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:15:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:15:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:16:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:16:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:16:13.036Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:13.042Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:16:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:16:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:16:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:16:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:16:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:16:43.046Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:43.050Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:16:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:16:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:16:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:17:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:17:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:17:13.056Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:13.060Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:17:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:17:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:17:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:17:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:17:43.064Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:43.069Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:17:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:17:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:17:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:17:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:18:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:03.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:18:13.069Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:13.074Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:18:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:18:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:23.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:18:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:18:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:18:43.074Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:43.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:18:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:18:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:18:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:18:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:18:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:19:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:19:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:19:13.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:13.087Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:19:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:19:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:19:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:19:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:23.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:19:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:19:43.092Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:43.098Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:19:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:19:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:19:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:19:53.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:19:53.842Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 38 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:20:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:20:03.873Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:03.874Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 68 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:20:13.099Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:13.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:20:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:20:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:20:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:20:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:20:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:33.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:20:43.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:43.108Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:20:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:20:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:20:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:21:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:13.112Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:13.117Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:21:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:13.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:21:33.897Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:33.898Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 93 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:21:43.118Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:43.123Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:21:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:21:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:21:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:21:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:22:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:22:13.124Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:13.129Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:22:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:13.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:22:23.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:22:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:22:43.134Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:43.138Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:22:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:22:53.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:22:53.838Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:23:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:23:13.139Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:13.144Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:23:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:23:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:23:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:23:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:23:43.148Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:43.153Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:23:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:23:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:23:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:24:03.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:03.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:24:13.156Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:13.161Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:24:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:24:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:24:33.818Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:33.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:24:43.163Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:43.168Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:24:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:24:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:24:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:24:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:25:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:25:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:25:13.172Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:13.176Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:25:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:25:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:25:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:23.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:25:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:25:43.177Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:43.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:25:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:25:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:25:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:26:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:26:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:26:13.186Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:13.191Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:26:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:13.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:26:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:23.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:26:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:26:43.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:43.200Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:26:43.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:26:43.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:43.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:43.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:26:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:26:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:27:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:27:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:27:13.201Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:13.206Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:27:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:27:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:27:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:27:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:33.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:27:43.208Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:43.212Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:27:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:27:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:27:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:27:53.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:28:03.868Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:03.869Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 63 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:28:13.213Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:13.217Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:28:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:28:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:13.837Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:28:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:28:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:28:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:28:43.223Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:43.228Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:28:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:28:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:28:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:29:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:29:13.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:13.234Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:29:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:29:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:29:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:29:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:29:43.240Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:43.246Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:29:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:43.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:29:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:29:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:29:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:30:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:30:13.246Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:13.251Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:30:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:30:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:30:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:30:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:30:43.257Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:43.262Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:30:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:43.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:30:53.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:30:53.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:30:53.834Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:31:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:31:13.263Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:13.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:31:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:31:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:31:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:31:43.272Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:43.277Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:31:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:31:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:31:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:31:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:32:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:32:03.860Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:03.861Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 53 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:32:13.278Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:13.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:32:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:32:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:32:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:32:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:32:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:32:43.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:43.287Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:32:43.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:43.818Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:32:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:32:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:33:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:33:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:33:13.292Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:13.296Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:33:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:33:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:33:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:33:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:33:43.297Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:43.302Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:33:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:33:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:33:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:34:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:13.303Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:13.307Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:34:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:13.833Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:34:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:34:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:43.312Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:43.318Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:34:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:34:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:34:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:34:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:35:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:35:13.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:13.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:35:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:35:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:35:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:33.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:35:43.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:43.334Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:35:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:43.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:43.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:35:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:35:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:35:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:36:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:36:13.335Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:13.341Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:36:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:36:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:36:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:33.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:36:43.344Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:43.350Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:36:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:36:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:36:53.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:37:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:37:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:37:13.350Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:13.354Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:37:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:37:23.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:23.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:37:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:37:43.360Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:43.364Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:37:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:37:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:37:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:37:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:38:03.860Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:03.861Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 56 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:38:13.368Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:13.374Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:38:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:38:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:38:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:38:43.374Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:43.379Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:38:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:43.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:38:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:38:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:38:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:39:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:39:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:39:13.384Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:13.390Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:39:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:39:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:23.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:39:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:39:43.390Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:43.395Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:39:43.856Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:43.857Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 52 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:39:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:39:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:39:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:40:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:40:13.400Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:13.405Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:40:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:40:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:40:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:40:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:40:43.410Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:43.415Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:40:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:40:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:40:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:41:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:41:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:41:13.418Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:13.423Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:41:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:13.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:41:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:41:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:41:33.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:41:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:33.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:41:43.424Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:43.429Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:41:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:41:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:41:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:42:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:03.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:13.432Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:13.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:42:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:42:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:42:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:42:43.440Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:43.445Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:42:43.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:43.835Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:42:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:42:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:43:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:43:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:03.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:43:13.447Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:13.452Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:43:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:43:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:43:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:23.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:43:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:43:43.457Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:43.461Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:43:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:43:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:43:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:44:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:44:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:44:13.464Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:13.473Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:44:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:44:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:44:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:44:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:44:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:44:43.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:43.478Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:44:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:43.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:44:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:44:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:44:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:45:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:45:13.482Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:13.486Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:45:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:13.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:45:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:45:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:45:33.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:33.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:45:43.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:43.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:45:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T09:45:53.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:45:53.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:45:53.837Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:46:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:46:03.857Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:03.858Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 51 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:46:13.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:13.498Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:46:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:46:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:23.834Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:46:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:46:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:46:43.504Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:43.509Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:46:43.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:46:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:46:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:47:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:47:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:47:13.512Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:13.518Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:13.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:47:13.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:13.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:47:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:47:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:47:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:47:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:47:43.521Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:43.526Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:47:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:47:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:47:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:48:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:48:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:03.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:48:13.528Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:13.533Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:48:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:13.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:48:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:48:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:48:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:48:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:48:43.533Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:43.538Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:48:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:48:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:48:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:49:03.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:03.841Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:49:13.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:13.543Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:49:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:49:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:49:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:23.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:49:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:49:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:49:43.545Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:43.551Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:49:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:49:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:49:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:49:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:50:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:13.552Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:13.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:50:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:50:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:43.557Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:43.562Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:50:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:50:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:50:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:51:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:51:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:51:13.562Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:13.567Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:51:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:51:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:51:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:51:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:51:43.572Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:43.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:51:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:51:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:51:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:51:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:52:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:52:13.578Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:13.581Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:52:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:52:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:52:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:52:43.584Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:43.589Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:52:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:52:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:52:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:53:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:53:13.590Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:13.595Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:53:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:53:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:53:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:23.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:53:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:53:43.596Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:43.601Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:53:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:53:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:53:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:53:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:54:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:54:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:03.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:54:13.602Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:13.607Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:54:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:54:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:54:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:54:33.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:54:43.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:43.613Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:54:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:54:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:54:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:54:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:55:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:55:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:55:13.614Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:13.619Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:55:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:55:23.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:55:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:55:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:55:43.620Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:43.625Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:55:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:43.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:55:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:55:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:55:53.839Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:56:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:56:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:56:13.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:13.633Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:56:13.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T09:56:13.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:56:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:56:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:23.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:56:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:56:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:56:43.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:43.639Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:56:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:56:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:56:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:57:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:13.640Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:13.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:57:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:57:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:57:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:43.645Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:43.650Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:57:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:43.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:57:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:57:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:58:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:58:03.853Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:03.854Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 47 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:58:13.651Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:13.656Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:58:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:58:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:58:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:58:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:58:43.657Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:43.662Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:58:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:43.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:58:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:58:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:58:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:59:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:59:13.663Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:13.668Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:59:13.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:13.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T09:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:59:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:23.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:59:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T09:59:43.670Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:43.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:59:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:43.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T09:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T09:59:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T09:59:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:09:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:09:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:00:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:00:03.851Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:03.852Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 46 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:00:13.677Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:13.682Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:00:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:13.819Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:00:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:00:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:00:43.686Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:43.690Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:00:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:00:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:00:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:00:53.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:01:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:01:13.692Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:13.697Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:01:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:01:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:01:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:23.818Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:01:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:01:43.698Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:43.703Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:01:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:01:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:01:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:01:53.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:02:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:02:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:02:13.706Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:13.711Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:02:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:02:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:02:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:02:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:02:43.714Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:43.726Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:02:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:02:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:02:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:03:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:03:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:03:13.728Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:13.734Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:03:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:03:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:03:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:03:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:03:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:03:43.739Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:43.743Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:03:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:03:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:03:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:03:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:04:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:04:03.853Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:03.854Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 49 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:04:13.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:13.754Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:04:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:04:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:04:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:23.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:04:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:04:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:33.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:04:43.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:04:43.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:04:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:43.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:04:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:04:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:04:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:05:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:05:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:05:13.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:13.764Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:05:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:05:23.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:05:23.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:23.818Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:05:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:05:43.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:43.770Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:05:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:05:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:05:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:05:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:06:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:06:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:06:13.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:13.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:06:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:13.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:06:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:06:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:06:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:06:43.781Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:43.786Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:06:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:06:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:06:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:06:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:07:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:07:13.787Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:13.792Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:07:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:07:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:07:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:07:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:07:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:07:43.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:43.806Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:07:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:07:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:07:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:07:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:08:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:08:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:08:13.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:08:13.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:08:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:08:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:08:43.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:43.818Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:08:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:08:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:08:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:08:53.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:09:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:03.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:09:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:09:13.820Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:09:13.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:09:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:09:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:23.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:09:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:09:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:09:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:09:43.827Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:09:43.831Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:09:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:09:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:09:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:10:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:10:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:10:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T10:10:13.832Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:13.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:10:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:10:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:23.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:10:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:10:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:10:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:43.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T10:10:43.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:43.845Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:10:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:10:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:11:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:11:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:11:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:11:13.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:13.850Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:11:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:11:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:23.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:11:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:11:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:11:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:11:43.850Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:43.854Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:11:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:11:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:11:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:12:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:12:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:12:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:12:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:12:13.856Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:13.861Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:12:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:12:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:12:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:12:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:43.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:12:43.862Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:43.867Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:12:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:12:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:12:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:13:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:13:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:13:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:13:13.868Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:13.887Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:13:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:13:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:13:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:13:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T10:13:43.888Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:43.894Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:13:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:13:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:13:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:14:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:14:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:14:13.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:14:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:13.894Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:13.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:14:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:14:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:14:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:14:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:14:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:14:43.907Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:43.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:14:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:14:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:14:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:15:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:03.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:15:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:15:13.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:13.931Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:15:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:15:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:15:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:15:43.932Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:43.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:15:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:15:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:15:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:16:03.847Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:03.848Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 42 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:16:13.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:16:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:13.818Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T10:16:13.938Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:13.942Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:16:23.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:16:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:16:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:16:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:16:43.943Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:43.947Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:16:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:16:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:17:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:17:03.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:03.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:17:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T10:17:13.949Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:13.954Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:17:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:17:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:23.818Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:17:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:17:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:17:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:17:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:17:43.954Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:43.960Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:17:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:17:53.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:18:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:18:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:18:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:18:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:18:13.960Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:13.965Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:18:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:18:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:18:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:18:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:18:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:18:43.966Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:43.971Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:18:53.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:18:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:19:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:19:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:19:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:19:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:19:13.976Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:13.981Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:19:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:19:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:19:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:19:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:19:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:43.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T10:19:43.982Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:43.987Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:19:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:19:53.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:20:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:03.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:20:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:20:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:20:13.987Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:13.992Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:20:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:20:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:20:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:20:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:20:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:43.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T10:20:43.993Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:43.997Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:20:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:20:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:20:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:21:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:21:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:21:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:21:13.998Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:14.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:21:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:21:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:23.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:21:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:21:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:21:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:21:44.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:44.008Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:21:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:21:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:22:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:22:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:22:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:22:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:22:14.009Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:14.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:22:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:22:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:22:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:22:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T10:22:44.015Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:44.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:22:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:22:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:22:53.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:23:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:23:14.024Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:14.029Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:23:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:23:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:23:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:23:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T10:23:44.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:44.037Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:23:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:23:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:24:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:24:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:24:14.038Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:14.043Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:24:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:24:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:24:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:24:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:24:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:24:44.043Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:44.048Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:24:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:24:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:24:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:25:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:25:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:25:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:25:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:25:14.049Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:14.054Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:25:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:25:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:25:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:25:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:25:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:25:44.059Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:44.063Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:25:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:25:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:26:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:26:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:26:14.068Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:14.073Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:26:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:23.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:26:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:26:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:43.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T10:26:44.076Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:44.081Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:26:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:26:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:27:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:27:14.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:14.087Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:27:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:27:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:27:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:27:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:44.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:44.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:27:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:27:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:28:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:28:03.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:03.843Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 38 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:28:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:28:14.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:14.107Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:28:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:28:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:28:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:28:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:28:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:28:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:28:44.108Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:44.112Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:28:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:28:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:28:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:29:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:03.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:29:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T10:29:14.113Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:14.117Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:29:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T10:29:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:29:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:29:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T10:29:44.119Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:44.122Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:29:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:29:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:29:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:30:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:30:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:30:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:30:14.125Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:14.129Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:30:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:30:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:30:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:30:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T10:30:44.136Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:44.141Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:30:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:30:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:30:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T10:31:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:31:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:03.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:31:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:31:14.146Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:14.152Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:31:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:31:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:31:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:31:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:31:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:31:44.154Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:44.158Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:31:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:31:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:31:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:32:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:32:03.844Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:03.845Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 40 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:32:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T10:32:14.159Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:14.163Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:32:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:32:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:32:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:32:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:32:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:32:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T10:32:44.169Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:44.174Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:32:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:32:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:33:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:33:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:33:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:33:14.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:14.179Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:33:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:33:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:33:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:33:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T10:33:44.180Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:44.185Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:33:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:33:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:33:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:34:03.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:03.841Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:34:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:34:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T10:34:14.188Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:14.192Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:34:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:34:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:33.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:34:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:34:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:34:44.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:44.201Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:34:53.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:53.831Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:34:53.839Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:35:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:03.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:35:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:13.818Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:14.203Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:14.207Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:35:23.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:23.835Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:35:33.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:33.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:35:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:35:44.209Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:44.214Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:35:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:35:53.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:35:53.837Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:36:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:36:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:36:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:36:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:36:14.215Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:14.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:36:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:36:23.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:23.844Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 39 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:36:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:36:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:36:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:36:44.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:44.224Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:36:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:36:53.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:36:53.838Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:37:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:37:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:03.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:37:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T10:37:14.224Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:14.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:37:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:37:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:37:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:37:43.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:37:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:43.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:37:44.232Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:44.237Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:37:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:37:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:37:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:38:03.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:03.841Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:38:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:38:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T10:38:14.238Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:14.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:38:23.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:23.840Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:38:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:38:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:38:44.247Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:44.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:38:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:38:53.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:39:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:39:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:39:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:39:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:39:14.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:14.257Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:39:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:23.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:39:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:39:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T10:39:44.263Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:44.268Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:39:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:39:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:39:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:40:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:40:03.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:03.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:40:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:40:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:40:14.268Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:14.273Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:40:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:40:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:40:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:40:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:40:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:40:44.273Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:44.280Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:40:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:40:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:40:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:41:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:41:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:41:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:41:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T10:41:14.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:14.286Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:41:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:41:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:41:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:33.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:41:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:41:44.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:44.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:41:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:42:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:42:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:14.294Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:14.298Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:42:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:42:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:42:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:33.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:42:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:44.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:44.306Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:42:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:42:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:43:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:43:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:14.308Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:14.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:43:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:23.819Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:43:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:43:44.316Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:44.321Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:43:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:43:53.819Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:43:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:44:03.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:03.839Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:44:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:44:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:44:14.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:14.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:44:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:44:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:44:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:44:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:44:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:44:44.330Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:44.337Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:44:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:44:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:44:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:45:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:45:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:45:14.337Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:14.341Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:45:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:45:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:45:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:33.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:45:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:45:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:45:44.342Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:44.346Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:45:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:45:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:45:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:46:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:46:03.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:03.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:03.837Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:46:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:46:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:46:14.350Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:14.355Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:46:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:46:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:46:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:46:33.868Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:33.869Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 63 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:46:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:46:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:46:44.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:44.366Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:46:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:46:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:46:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:47:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:47:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:47:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T10:47:14.369Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:14.374Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:47:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:47:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:47:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:47:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:47:44.376Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:44.382Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:47:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:47:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:48:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:48:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:48:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:48:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:48:14.382Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:14.387Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:48:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:48:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:23.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:48:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:48:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:48:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:48:44.394Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:44.398Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:48:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:48:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:48:53.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:49:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:49:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:49:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:13.837Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:49:14.401Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:14.406Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:49:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:49:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:49:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:49:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:49:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:49:44.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:44.413Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:49:53.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:49:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:49:53.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:50:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:50:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:50:13.915Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:13.916Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 110 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:50:14.413Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:14.418Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:50:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:50:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:50:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:50:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:50:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:50:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:50:44.418Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:44.423Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:50:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:50:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:50:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:51:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:51:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:51:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:51:14.423Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:14.431Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:51:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:51:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:23.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:51:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:51:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:33.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:51:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:51:44.432Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:44.440Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:51:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:51:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:52:03.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:03.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:52:13.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:52:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:13.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:13.838Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T10:52:14.440Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:14.445Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:52:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:52:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:52:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:52:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:52:44.446Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:44.450Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:52:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:52:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:52:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:53:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:53:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:13.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
{"timestamp":"2023-04-22T10:53:14.456Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:14.461Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:53:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:53:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:53:33.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:33.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:53:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:53:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:53:44.464Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:44.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:53:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:53:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:53:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:54:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:54:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:54:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:54:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:54:14.470Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:14.475Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:54:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:54:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:54:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:54:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T10:54:44.481Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:44.487Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:54:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:54:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:54:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:55:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:55:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:55:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T10:55:14.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:14.493Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:55:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:55:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:23.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:55:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:55:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:55:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:55:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T10:55:44.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:44.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:55:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:55:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:55:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:56:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:56:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:56:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:56:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T10:56:14.505Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:14.508Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:56:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:56:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:56:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:56:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:56:44.509Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:44.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:56:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:56:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:57:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:57:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:57:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:57:14.516Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:14.522Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:57:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:57:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:57:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:43.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:57:44.523Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:44.528Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:57:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:57:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:57:53.836Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:58:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:58:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:03.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:58:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:58:14.529Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:14.534Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:58:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:58:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:58:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:58:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:58:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:58:44.535Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:44.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T10:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:58:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:58:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:59:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:59:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:59:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:59:14.540Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:14.544Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:59:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:59:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T10:59:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:59:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:59:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T10:59:44.544Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:44.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T10:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T10:59:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T10:59:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:10:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:10:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:00:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:03.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:00:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:13.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
{"timestamp":"2023-04-22T11:00:14.550Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:14.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:00:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:00:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:00:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:00:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:43.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T11:00:44.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:44.561Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:00:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:00:53.838Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:01:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:01:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:01:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:13.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
{"timestamp":"2023-04-22T11:01:14.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:14.569Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:01:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:01:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:33.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:01:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T11:01:44.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:44.574Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:01:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:01:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:02:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:02:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:02:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:02:14.574Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:14.579Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:02:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:02:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:02:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:02:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:02:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:43.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T11:02:44.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:44.584Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:02:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:02:53.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:03:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:03:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:03.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:03:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:03:13.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:13.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:03:14.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:14.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:03:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:03:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:03:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:33.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:03:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T11:03:44.594Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:44.598Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:03:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:03:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:04:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:04:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:04:14.599Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:14.604Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:04:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:04:23.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:23.830Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:23.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:23.843Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:04:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:04:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:33.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:04:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:43.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:04:44.604Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:44.610Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:04:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:04:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:04:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:05:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:05:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:03.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:05:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:05:13.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:05:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:05:14.611Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:14.615Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:05:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:05:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:23.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:05:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:05:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:05:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:05:44.620Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:44.625Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:05:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:05:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:05:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:06:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:06:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:06:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:06:14.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:14.633Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:06:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:06:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 38 - "logType": "access"
{"timestamp":"2023-04-22T11:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:06:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:33.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:06:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:06:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T11:06:44.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:44.639Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:06:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:06:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:07:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:07:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:07:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T11:07:14.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:14.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:07:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:07:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:07:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:07:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:07:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:43.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T11:07:44.651Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:44.656Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:07:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:07:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:07:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:08:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:08:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:08:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T11:08:14.660Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:14.667Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:08:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:08:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:08:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:08:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:08:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:08:44.667Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:44.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:08:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:08:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:08:53.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T11:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:09:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:09:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:09:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T11:09:14.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:14.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:09:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:09:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:23.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:09:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:09:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:09:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:09:44.679Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:44.685Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:09:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:09:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:09:53.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:10:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:10:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:10:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:10:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T11:10:14.688Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:14.693Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:10:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:10:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:10:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:10:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:10:44.698Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:44.703Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:10:53.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:10:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:10:53.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:11:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:11:03.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:11:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:11:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:11:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:11:14.708Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:14.712Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:11:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:11:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:11:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:11:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:11:43.845Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:43.846Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 39 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:11:44.717Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:44.722Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:11:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:11:53.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:12:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:12:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:12:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:12:14.723Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:14.730Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:12:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:12:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:12:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:12:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:12:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:12:44.732Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:44.737Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:12:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:12:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:12:53.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:13:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:03.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:13:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:13.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:14.740Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:14.745Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:13:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:13:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:33.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:13:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:44.750Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:44.754Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:13:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:13:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:13:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:14:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:14:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:14:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:14:14.758Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:14.762Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:14:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:14:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:14:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:14:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:14:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:14:44.768Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:44.774Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:14:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:14:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:15:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:15:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:15:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:15:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:13.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T11:15:14.774Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:14.779Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:15:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:15:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:15:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:15:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:43.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T11:15:44.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:44.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:15:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:15:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:15:53.818Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:16:03.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:16:03.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:03.838Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:16:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:16:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:16:14.789Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:14.794Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:16:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:16:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:16:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:16:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:33.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:16:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T11:16:44.800Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:44.804Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:16:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:16:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:17:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:17:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:17:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:17:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T11:17:14.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:14.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:17:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:17:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:23.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:17:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:17:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:43.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
{"timestamp":"2023-04-22T11:17:44.816Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:44.821Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:17:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:17:53.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:18:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:18:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:03.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:18:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:18:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T11:18:14.823Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:14.826Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:18:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:18:23.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:23.841Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:18:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:33.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:18:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:18:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:18:44.827Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:44.831Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:18:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:18:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:18:53.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:19:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:19:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:19:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:19:14.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:14.841Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:19:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:19:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:19:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:19:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:19:44.845Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:44.851Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:19:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:53.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:19:53.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:20:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:20:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:20:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:20:14.852Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:14.858Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:20:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:20:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:20:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:20:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:20:44.859Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:44.864Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:20:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:20:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:20:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:21:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:21:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:21:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:21:14.869Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:14.873Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:21:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:21:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:21:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:21:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:21:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:21:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:21:44.876Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:44.881Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:21:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:21:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:21:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:22:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:03.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:22:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:22:14.886Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:14.891Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:22:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:22:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:22:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:22:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:22:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T11:22:44.893Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:44.899Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:22:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:22:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:22:53.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:23:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:23:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:23:13.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:13.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T11:23:14.899Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:14.905Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:23:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:23:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:23:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:33.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:23:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:23:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:23:44.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:44.911Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:23:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:23:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:24:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:24:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:24:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T11:24:14.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:14.917Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:24:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:24:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:24:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:43.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T11:24:44.924Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:44.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:24:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:24:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:24:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:25:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:25:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:25:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:25:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T11:25:14.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:14.941Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:25:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:25:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:23.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:25:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:25:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:25:44.943Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:44.948Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:25:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:25:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:25:53.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:26:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:26:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:26:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:26:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:13.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:26:14.949Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:14.953Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:26:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:26:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:26:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:26:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:26:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:26:44.954Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:44.958Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:26:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:26:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:27:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:27:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:27:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:13.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:27:14.960Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:14.964Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:27:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:27:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T11:27:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:27:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:27:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:27:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:27:44.966Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:44.970Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:27:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:27:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:27:53.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:28:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:28:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:28:14.970Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:14.975Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:28:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:28:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:28:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:28:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:28:44.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:44.981Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:28:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:28:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:28:53.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:29:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:29:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:03.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:29:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:29:14.983Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:14.988Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:29:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:29:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:29:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:29:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:29:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:29:44.990Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:44.995Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:29:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:29:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:29:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:30:03.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:30:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:30:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:30:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T11:30:15.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:15.005Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:30:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:30:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:30:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:30:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T11:30:45.010Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:45.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:30:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:30:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:30:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:31:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:31:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T11:31:15.018Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:15.022Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:31:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:31:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:31:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:31:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:31:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:31:45.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:45.031Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:31:53.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:31:53.837Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:32:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:32:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:32:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:13.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
{"timestamp":"2023-04-22T11:32:15.036Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:15.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:32:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:32:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:32:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:32:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:32:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:32:45.044Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:45.049Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:32:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:32:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:32:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:33:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:33:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:33:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:33:15.050Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:15.055Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:33:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:33:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:33:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:33.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:33:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:33:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:43.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:33:45.061Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:45.065Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:33:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:33:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:34:03.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:34:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:34:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:13.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:34:15.066Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:15.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:34:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:34:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:34:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:34:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:34:45.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:45.081Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:34:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:34:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:35:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:35:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:35:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:35:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:35:15.081Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:15.092Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:35:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:35:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:35:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:35:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:35:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:35:45.093Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:45.098Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:35:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:35:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:36:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:36:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:36:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:36:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:36:15.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:15.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:36:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:36:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:36:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:36:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:36:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:36:45.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:45.122Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:36:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:36:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:36:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:37:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:37:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:37:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:37:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:13.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:37:15.123Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:15.127Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:37:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:37:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:37:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:37:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:37:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:37:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:37:45.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:45.132Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:37:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:37:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:38:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:03.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:38:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:38:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:38:15.138Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:15.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:38:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:38:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:38:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:43.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
{"timestamp":"2023-04-22T11:38:45.143Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:45.147Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:38:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:38:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:39:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
{"timestamp":"2023-04-22T11:39:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:39:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
{"timestamp":"2023-04-22T11:39:15.147Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:15.152Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:39:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:39:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:39:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:39:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:39:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T11:39:45.156Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:45.162Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:39:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:39:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:39:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:40:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:40:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:40:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:40:15.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:15.170Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:40:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:40:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:40:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:40:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:40:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:40:45.177Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:45.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:40:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:40:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:40:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:41:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:41:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:41:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:41:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:13.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:41:15.182Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:15.186Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:41:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:41:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:41:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:41:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:41:45.192Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:45.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:41:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:41:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:42:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:42:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:15.204Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:15.208Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:42:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:42:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:42:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:45.211Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:45.214Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:42:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:42:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:42:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:43:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:43:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:15.216Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:15.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:43:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:43:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:43:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:45.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:45.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:43:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:43:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:43:53.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:44:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:44:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:15.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:15.234Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:44:23.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:44:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:44:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:45.240Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:45.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:44:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:44:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:44:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:45:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:45:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:45:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:13.818Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
{"timestamp":"2023-04-22T11:45:15.245Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:15.251Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:45:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:45:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:45:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:45:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T11:45:45.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:45.256Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:45:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:45:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:45:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:45:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:46:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:46:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:46:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:46:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T11:46:15.258Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:15.262Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:46:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:46:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:46:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:46:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:46:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:46:45.263Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:45.267Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:46:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:46:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:46:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:47:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:47:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:47:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:47:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T11:47:15.269Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:15.273Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:47:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:47:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:23.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:47:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:47:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:47:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:47:45.274Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:45.278Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:47:53.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:53.832Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:53.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:47:53.837Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:48:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:48:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:48:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:48:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:48:15.279Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:15.283Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:48:23.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:48:23.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:23.818Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:48:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:48:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:48:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:48:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:48:45.284Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:45.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:48:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:48:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:49:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:49:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:49:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:49:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:49:15.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:15.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:49:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:49:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:23.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:49:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:49:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:49:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:49:43.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:43.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:49:45.298Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:45.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:49:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:49:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:49:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:50:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:50:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:50:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:50:15.308Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:15.312Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:50:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:50:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:50:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:50:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:50:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:50:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:50:45.313Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:45.317Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:50:53.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:53.837Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:53.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:50:53.837Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:51:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:51:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:15.319Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:15.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:51:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:23.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:51:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:51:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:51:45.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:45.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:51:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:51:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:52:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:52:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:52:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:52:15.330Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:15.335Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:52:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:52:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:52:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:52:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:52:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:52:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:52:45.336Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:45.341Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:52:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:52:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:52:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:52:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:53:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:03.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:53:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:53:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T11:53:15.342Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:15.346Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:53:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:53:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:53:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:53:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T11:53:45.347Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:45.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:53:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:53:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:53:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:54:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:54:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:54:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T11:54:15.358Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:15.362Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:54:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:54:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:23.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:54:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:54:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:54:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:54:45.364Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:45.369Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:54:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:54:53.844Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:54:53.845Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 39 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T11:55:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:55:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:55:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:55:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:55:15.376Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:15.381Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:55:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:55:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:55:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:55:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:55:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:55:43.865Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:43.867Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 61 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:55:45.388Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:45.394Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:55:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:55:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:56:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:56:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:56:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:56:15.394Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:15.400Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:56:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:56:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:56:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:56:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:56:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:56:45.401Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:45.406Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:56:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:56:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:56:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:56:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:57:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:57:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:13.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:15.406Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:15.411Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:57:23.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:23.836Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:57:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:57:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:57:45.412Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:45.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:57:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:57:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:57:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:58:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:58:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:58:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T11:58:13.830Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:58:15.417Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:15.420Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:58:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:58:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:58:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:58:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:58:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:58:45.420Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:45.426Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:58:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:58:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:59:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:59:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T11:59:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:59:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:59:15.427Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:15.432Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:59:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:59:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:59:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:59:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:59:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:59:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T11:59:45.432Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:45.437Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T11:59:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T11:59:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T11:59:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:11:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:11:59:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:00:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:03.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:00:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:15.438Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:15.444Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:00:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:00:33.819Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:00:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:45.444Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:45.449Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:00:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:00:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:00:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:01:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:01:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:01:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:01:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T12:01:15.450Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:15.455Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:01:23.898Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:23.899Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 95 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:01:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:01:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:01:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:01:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T12:01:45.456Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:45.460Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:01:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:01:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:02:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:02:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T12:02:15.464Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:15.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:23.870Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:23.871Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 65 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:02:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:02:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:02:45.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:45.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:02:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:02:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:02:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:03:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:03:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:03:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:03:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:03:15.475Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:15.480Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:03:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:03:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:03:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:03:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:03:45.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:45.489Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:03:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:03:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:03:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:03:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:04:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:04:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:04:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:13.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:04:15.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:15.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:04:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:04:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:04:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:04:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:04:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:04:45.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:45.498Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:04:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:04:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:04:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:05:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:05:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:05:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:05:15.499Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:15.502Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:05:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:05:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:05:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:05:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:05:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:05:43.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:05:45.503Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:45.510Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:05:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:05:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:05:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:06:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:03.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:06:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:15.511Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:15.515Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:06:23.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:23.840Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:06:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:06:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:45.524Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:45.528Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:06:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:06:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:06:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:07:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:07:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:13.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:15.532Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:15.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:07:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:07:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:07:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:07:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:45.544Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:45.548Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:07:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:07:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:07:53.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:08:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:08:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:08:15.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:15.560Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:08:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:08:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:08:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:33.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:08:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T12:08:45.568Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:45.573Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:08:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:08:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:08:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:09:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:09:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:09:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:09:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T12:09:15.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:15.584Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:09:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:09:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:09:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:09:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:09:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:09:45.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:45.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:09:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:09:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:09:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:10:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:10:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:10:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:10:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:10:15.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:15.597Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:10:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:10:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:10:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:10:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:10:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:10:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:10:45.605Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:45.610Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:10:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:10:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:10:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T12:11:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:11:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T12:11:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:11:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:11:15.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:15.622Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:11:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:11:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:11:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:11:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:11:45.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:45.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:11:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:11:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:12:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:12:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:15.629Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:15.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:12:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:23.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:12:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:12:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:43.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:45.639Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:45.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:12:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:12:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:13:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:13:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:13:15.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:15.653Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:13:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:13:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:13:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:13:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:13:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:13:45.658Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:45.664Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:13:53.847Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:13:53.848Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 42 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:03.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:14:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:14:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:15.666Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:15.671Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:14:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:23.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:14:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:14:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:45.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:45.679Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:14:53.850Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:14:53.851Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 45 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:15:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:15:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:15:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:13.818Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:15:15.687Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:15.693Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:15:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:15:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:15:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:15:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:15:45.693Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:45.698Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:15:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:15:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:15:53.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:16:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:16:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:16:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:16:15.698Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:15.703Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:16:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:16:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:16:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:16:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T12:16:45.704Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:45.709Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:16:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:16:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:17:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:17:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:17:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:15.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:15.718Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:17:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:17:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:17:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:45.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:45.726Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:17:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:17:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:17:53.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:18:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:18:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:15.726Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:15.731Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:18:23.819Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:18:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:18:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:45.732Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:45.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:18:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:18:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:19:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:19:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:19:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:19:15.737Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:15.742Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:19:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:19:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:19:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:19:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:19:45.744Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:45.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:19:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:19:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:19:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:20:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T12:20:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:20:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:20:15.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:15.754Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:20:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:20:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:20:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:20:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:33.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:20:45.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:45.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:20:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:20:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 41 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:21:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:21:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:21:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:21:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:21:15.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:15.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:21:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:23.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:21:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:21:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:21:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:21:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:21:45.772Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:45.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:21:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:21:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:22:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:22:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:22:13.819Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:22:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:13.834Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:22:15.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:15.781Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:22:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:22:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:22:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:22:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:22:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:22:45.788Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:45.793Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:22:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:22:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:23:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:03.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:23:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:23:15.800Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:15.805Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:23:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:23:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:23:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:23:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:23:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:23:45.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:45.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:23:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:23:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:23:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:24:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:24:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T12:24:15.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:15.819Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:24:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:24:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:24:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:24:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:24:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:24:45.820Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:45.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:24:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:24:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:24:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:25:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:25:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:15.827Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:15.832Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:25:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:25:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:25:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:25:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:43.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:45.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:45.841Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:25:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:25:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:25:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:26:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:26:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:26:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:26:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:26:15.848Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:15.853Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:26:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:26:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:23.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:26:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:33.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:26:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:26:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:26:45.861Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:45.867Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:26:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:26:53.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:27:03.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:03.819Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:27:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:15.872Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:15.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:27:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:23.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:27:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:27:43.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:45.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:45.882Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:27:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:27:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:27:53.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:28:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:28:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:28:15.886Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:15.891Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:28:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:28:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:28:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:28:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:28:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:43.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:28:45.892Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:45.897Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:28:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:28:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:28:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:29:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:29:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:29:15.904Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:15.909Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:29:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:23.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:29:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:29:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:29:45.916Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:45.921Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:29:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:29:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:29:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:30:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:30:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:30:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:15.928Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:15.933Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:30:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:23.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:30:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:30:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:45.934Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:45.939Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:30:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:30:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:30:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:31:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:03.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:31:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:13.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:15.939Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:15.945Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:31:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:23.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:31:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:31:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:45.945Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:45.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:31:53.819Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:31:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:32:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:32:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:03.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:32:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:32:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:32:15.951Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:15.955Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:32:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:32:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:32:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:32:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:32:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:32:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:32:45.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:45.961Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:32:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:32:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:32:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:33:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:33:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:13.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:15.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:15.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:33:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:33:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:33:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:45.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:45.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:33:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:33:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:34:03.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:03.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:34:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:15.976Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:15.980Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:34:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:33.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:34:33.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:33.836Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:34:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:45.983Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:45.988Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:34:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:34:53.836Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:35:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:35:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:35:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:35:15.988Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:15.993Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:35:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:35:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:35:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:35:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:35:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:35:45.994Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:45.999Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:35:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:35:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:35:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:36:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:36:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:36:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:36:15.999Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:16.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:36:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:36:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:36:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:36:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:36:46.004Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:46.008Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:36:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:36:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:36:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:37:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:37:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:37:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:37:16.009Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:16.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:37:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:37:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:37:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:37:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:37:46.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:46.019Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:37:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:37:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:37:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:38:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:38:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:38:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:38:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:38:16.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:16.024Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:38:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:38:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:38:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:38:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:38:43.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:43.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T12:38:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:38:46.025Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:46.030Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:38:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:38:53.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:38:53.818Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:39:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:39:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:39:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T12:39:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:39:16.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:16.038Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:39:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:39:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:39:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:39:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:39:46.039Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:46.044Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:39:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:39:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:39:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:40:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:40:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:16.048Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:16.053Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:40:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:40:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:40:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:46.061Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:46.065Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:40:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:40:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:41:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:41:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:03.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:41:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:41:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:41:16.067Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:16.071Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:41:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:41:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:41:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:41:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:41:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:43.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:41:46.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:46.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:41:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:42:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:42:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:42:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:42:16.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:16.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:42:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:42:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:42:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:42:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:42:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:42:46.090Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:46.095Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:42:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:42:53.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:43:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:43:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:43:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:43:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:43:16.101Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:16.106Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:43:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:43:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:43:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:43:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:43:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:43:46.107Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:46.112Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:43:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:43:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:43:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:43:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:44:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:44:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:44:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:44:16.119Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:16.125Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:44:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:44:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:44:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:44:46.125Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:46.130Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:44:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:44:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:44:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:45:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:45:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:45:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:45:16.136Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:16.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:45:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:45:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T12:45:25.562Z","message":"Converted to gremlin query without the start vertices \n g.V(startVertexes)","thread":"pool-10-thread-1","logger":"o.o.a.r.search.GenericQueryProcessor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:25.567Z","message":"Invoke","context":{"ServiceName":"","TargetServiceName":"","InvocationID":"3051659a-9bdc-4967-be9b-74524376bc93","LogTimestamp":"2023-04-22T12:45:25.567Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"AAI.DB"},"thread":"pool-10-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T12:45:25.734Z","message":"InvokeReturn","context":{"ResponseCode":"200","ServiceName":"","TargetServiceName":"","ElapsedTime":"168","InvocationID":"3051659a-9bdc-4967-be9b-74524376bc93","LogTimestamp":"2023-04-22T12:45:25.734Z","StatusCode":"COMPLETE","ServerFQDN":"aai-traversal","ResponseDesc":"OK","TargetEntity":"AAI.DB"},"thread":"pool-10-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T12:45:26.662Z","message":"{\"transactionId\":\"0e5a40d1-7f76-482b-8f09-0bf866966f92\",\"status\":\"200\",\"rqstDate\":\"230422-12:45:23:744\",\"respDate\":\"230422-12:45:26:660\",\"sourceId\":\"robot-ete:0e5a40d1-7f76-482b-8f09-0bf866966f92\",\"resourceId\":\"http://aai.onap/aai/v19/query?format=count\",\"resourceType\":\"PUT\",\"rqstBuf\":\"{\\\"ID\\\":\\\"2-aai-traversal-230422-12:45:23:744-87238\\\",\\\"Http-Method\\\":\\\"PUT\\\",\\\"Content-Type\\\":\\\"application/json\\\",\\\"Headers\\\":\\\"{x-request-id=[5ca06595-9877-4319-ae6e-3d3d42ac8604], x-b3-parentspanid=[fef0900f699d686d], Accept=[application/json], x-b3-sampled=[0], User-Agent=[python-requests/2.28.2], X-Forwarded-Proto=[http], x-transactionid=[0e5a40d1-7f76-482b-8f09-0bf866966f92], Host=[aai.onap], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[42715], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-b3-traceid=[3c02d75a7f1521e8cdc3407f65949abc], x-b3-spanid=[a5fe8118fdac30b2], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[48], Content-Type=[application/json]}\\\",\\\"Payload\\\":\\\"{\\\\\\\"start\\\\\\\" : \\\\\\\"service-design-and-creation/models\\\\\\\"}\\\"}\"}","thread":"qtp1449605932-33","logger":"o.o.a.i.p.ResponseTransactionLogging","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:26 +0000] "PUT /aai/v19/query?format=count" 200 26 REST 0e5a40d1-7f76-482b-8f09-0bf866966f92 robot-ete 127.0.0.6 - - - - - - - - - 2952 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:45:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:45:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T12:45:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T12:45:46.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:46.148Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:45:51.019Z","message":"Converted to gremlin query without the start vertices \n g.V(startVertexes)","thread":"pool-11-thread-1","logger":"o.o.a.r.search.GenericQueryProcessor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:51.019Z","message":"Invoke","context":{"ServiceName":"","TargetServiceName":"","InvocationID":"9f6aae3a-9c31-4448-b300-e245dc523808","LogTimestamp":"2023-04-22T12:45:51.019Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"AAI.DB"},"thread":"pool-11-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T12:45:51.163Z","message":"InvokeReturn","context":{"ResponseCode":"200","ServiceName":"","TargetServiceName":"","ElapsedTime":"143","InvocationID":"9f6aae3a-9c31-4448-b300-e245dc523808","LogTimestamp":"2023-04-22T12:45:51.162Z","StatusCode":"COMPLETE","ServerFQDN":"aai-traversal","ResponseDesc":"OK","TargetEntity":"AAI.DB"},"thread":"pool-11-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:45:51.975Z","message":"{\"transactionId\":\"52670b0f-c21b-4e12-a958-b622c80773fb\",\"status\":\"200\",\"rqstDate\":\"230422-12:45:50:731\",\"respDate\":\"230422-12:45:51:975\",\"sourceId\":\"robot-ete:52670b0f-c21b-4e12-a958-b622c80773fb\",\"resourceId\":\"http://aai.onap/aai/v19/query?format=count\",\"resourceType\":\"PUT\",\"rqstBuf\":\"{\\\"ID\\\":\\\"1-aai-traversal-230422-12:45:50:731-59687\\\",\\\"Http-Method\\\":\\\"PUT\\\",\\\"Content-Type\\\":\\\"application/json\\\",\\\"Headers\\\":\\\"{x-request-id=[f48ed187-a157-4dd2-971a-283a9f4c3bce], x-b3-parentspanid=[60a38722dffcfe49], Accept=[application/json], x-b3-sampled=[0], User-Agent=[python-requests/2.28.2], X-Forwarded-Proto=[http], x-transactionid=[52670b0f-c21b-4e12-a958-b622c80773fb], Host=[aai.onap], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[57827], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-b3-traceid=[51d398970ca0d1792b5832840c856d62], x-b3-spanid=[848893f3a3388be6], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[48], Content-Type=[application/json]}\\\",\\\"Payload\\\":\\\"{\\\\\\\"start\\\\\\\" : \\\\\\\"service-design-and-creation/models\\\\\\\"}\\\"}\"}","thread":"qtp1449605932-34","logger":"o.o.a.i.p.ResponseTransactionLogging","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:51 +0000] "PUT /aai/v19/query?format=count" 200 26 REST 52670b0f-c21b-4e12-a958-b622c80773fb robot-ete 127.0.0.6 - - - - - - - - - 1246 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T12:45:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:45:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:45:53.832Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:45:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:46:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:46:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:03.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:46:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:46:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:46:16.149Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:16.154Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:46:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:46:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:23.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:46:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:46:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:46:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:43.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:46:46.155Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:46.160Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:46:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:46:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:46:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:47:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:47:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:47:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:47:16.162Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:16.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:47:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:47:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:47:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:47:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:47:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:47:46.172Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:46.183Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:47:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:47:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:47:53.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:48:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:48:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:48:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:48:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:48:16.184Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:16.188Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:48:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:48:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:48:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:33.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:48:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:48:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:48:46.195Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:46.199Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:48:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:48:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:48:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:49:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:49:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:03.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:49:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:49:16.200Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:16.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:49:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:49:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:49:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:49:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:49:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:49:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:43.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:49:46.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:46.209Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:49:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:49:53.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:53.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:49:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:50:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:50:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:50:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:50:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:50:16.210Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:16.215Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:50:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:50:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:50:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:50:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:50:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:50:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:50:46.222Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:46.227Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:50:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:50:53.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:53.838Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:50:53.839Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:51:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:51:03.820Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:51:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:51:16.235Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:16.239Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:51:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:51:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:51:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:51:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:51:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:51:46.240Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:46.245Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:51:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:51:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:52:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:52:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:52:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:52:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:52:16.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:16.257Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:52:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:52:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:52:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:52:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:52:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:52:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:43.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:52:46.258Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:46.262Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:52:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:52:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:52:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:53:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:03.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:53:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:53:16.264Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:16.269Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:53:23.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:23.842Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:53:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:53:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:53:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:53:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:43.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T12:53:46.270Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:46.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:53:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:53:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:53:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:54:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:54:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:54:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:13.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:54:16.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:16.287Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:54:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:54:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:54:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:54:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:54:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:54:46.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:46.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:54:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:54:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:54:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:54:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:55:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:55:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:16.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:16.300Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:55:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:55:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:55:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:33.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:55:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:46.300Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:46.305Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:55:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:55:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:55:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:56:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:56:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:56:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:56:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:56:16.306Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:16.311Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:56:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:56:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:56:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:56:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:56:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:56:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:56:46.312Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:46.317Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:56:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:56:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:56:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:57:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:57:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:03.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:57:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:57:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:13.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:57:16.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:16.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:57:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:57:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:57:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:33.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:57:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:57:46.331Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:46.334Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:57:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:57:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:57:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:58:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:58:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:58:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:58:16.335Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:16.339Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:58:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:58:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:58:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:58:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:58:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:43.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:58:46.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:46.353Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:58:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:58:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:59:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:59:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:16.360Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:16.364Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:59:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:59:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:59:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T12:59:46.373Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:46.377Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T12:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T12:59:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T12:59:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:12:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:12:59:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:00:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:03.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:00:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:00:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:00:16.381Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:16.385Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:00:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:00:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:00:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:00:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:00:46.386Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:46.390Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:00:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:00:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:01:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:01:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:16.390Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:16.395Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:01:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:01:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:01:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:46.401Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:46.405Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:01:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:01:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:01:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:02:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:02:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:02:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:13.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:02:16.406Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:16.411Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:02:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:02:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:02:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:02:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:02:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:02:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:02:46.412Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:46.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:02:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:02:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:02:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:03:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:03:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:03:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:03:16.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:16.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:03:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:03:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:03:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:03:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:03:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:03:46.428Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:46.433Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:03:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:03:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:03:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:04:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:04:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:04:16.440Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:16.445Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:04:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:04:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:04:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:04:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:04:46.445Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:46.450Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:04:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:04:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:04:53.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:05:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:05:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:05:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:05:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:05:16.458Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:16.462Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:05:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:05:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:05:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:05:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:05:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:05:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:05:46.463Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:46.468Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:05:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:05:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:05:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:05:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:06:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:06:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:06:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:06:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:06:16.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:16.473Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:06:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:06:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:06:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:06:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:06:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:06:46.478Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:46.482Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:06:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:06:53.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:06:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:07:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:07:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:03.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:07:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:07:16.483Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:16.487Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:07:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:07:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:07:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:07:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:07:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:07:46.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:46.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:07:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:07:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:07:53.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:08:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:08:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:13.818Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:16.495Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:16.500Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:08:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:23.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:08:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:08:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:08:46.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:46.506Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:08:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:08:53.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:09:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:09:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:09:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:13.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:09:16.508Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:16.513Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:09:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:09:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:09:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:09:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:09:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:09:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:43.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:09:46.521Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:46.525Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:09:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:09:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:10:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:10:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:13.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:10:16.532Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:16.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:10:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:10:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:10:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:10:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:10:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:10:46.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:46.542Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:10:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:10:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:11:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:11:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:11:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:13.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:11:16.542Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:16.548Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:11:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:11:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:23.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:11:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:33.863Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:33.863Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:33.864Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 58 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:11:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:11:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:11:46.548Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:46.554Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:11:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:11:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:12:03.910Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:03.911Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 104 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:12:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:13.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:12:16.560Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:16.567Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:12:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:12:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:12:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:12:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
{"timestamp":"2023-04-22T13:12:43.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:12:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:12:46.572Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:46.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:12:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:12:53.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:13:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:13:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:13:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:13:16.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:16.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:13:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:13:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:13:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:13:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:13:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:13:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:13:46.582Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:46.586Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:13:53.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:53.832Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:13:53.836Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:14:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:14:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:16.587Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:16.592Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:14:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:14:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:14:46.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:46.598Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:14:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:14:53.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:15:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:15:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:15:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:15:16.601Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:16.606Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:15:23.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:23.839Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:15:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:15:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:15:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:15:46.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:46.613Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:15:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:15:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:15:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:16:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:16:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:16.616Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:16.620Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:16:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:16:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:16:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:46.621Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:46.625Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:16:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:16:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:16:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:17:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:17:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:17:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:17:16.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:16.633Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:17:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:23.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:17:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:17:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:17:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:17:46.636Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:46.641Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:17:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:17:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:18:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:18:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:18:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:18:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:18:16.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:16.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:18:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:18:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:18:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:18:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:18:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:18:46.652Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:46.656Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:18:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:18:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:19:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:19:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:19:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:19:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:19:16.658Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:16.662Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:19:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:19:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:19:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:19:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:19:46.664Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:46.669Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:19:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:19:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:20:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:20:03.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:03.839Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:20:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:20:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:20:16.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:16.677Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:20:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:20:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:23.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:20:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:20:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:20:46.684Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:46.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:20:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:20:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:20:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:21:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:21:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:16.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:16.694Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:21:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:23.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:21:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:21:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:43.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:46.694Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:46.700Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:21:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:21:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:21:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:22:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:22:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:22:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:16.702Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:16.707Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:22:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:22:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:22:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:46.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:46.718Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:22:53.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:22:53.843Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 38 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:23:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:23:13.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:13.844Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 39 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:16.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:16.729Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:23:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:23:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:23:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:46.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:46.740Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:23:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:23:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:23:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:24:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:03.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:24:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:16.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:16.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:24:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:24:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:24:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:24:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:46.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:46.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:24:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:24:53.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:24:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T13:24:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:25:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:25:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:25:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:25:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:25:16.770Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:16.775Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:25:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:25:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:25:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:25:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:25:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:25:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:25:46.778Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:46.782Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:25:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:25:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:26:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:26:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:16.783Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:16.788Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:26:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:26:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:26:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:46.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:46.802Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:26:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:26:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:27:03.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T13:27:03.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:27:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:16.803Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:16.807Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:27:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:23.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:27:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:33.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:27:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:27:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:46.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:46.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:27:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:27:53.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:28:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:28:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:28:16.820Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:16.825Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:23.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:23.843Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 38 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:28:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:28:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:28:46.832Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:46.839Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:28:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:28:53.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:29:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:29:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:29:16.842Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:16.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:29:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:29:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:29:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:29:46.847Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:46.851Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:29:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:29:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:29:53.838Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:30:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:30:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:16.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:16.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:30:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:30:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:30:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:46.870Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:46.874Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:30:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:30:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:31:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:31:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:31:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:13.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:31:16.876Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:16.880Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:31:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:23.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:31:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:31:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:31:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:31:46.881Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:46.885Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:31:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:31:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:32:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:32:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:13.818Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:16.887Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:16.892Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:32:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:32:23.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:23.838Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:32:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:32:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:43.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:46.893Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:46.898Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:32:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:32:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:33:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:33:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:33:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:33:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:33:16.904Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:16.908Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:33:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:23.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:33:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:33:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:33:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:43.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:33:46.909Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:46.915Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:33:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:33:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:33:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:34:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:34:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:34:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:34:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:34:16.916Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:16.921Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:34:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:34:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:34:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:43.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:34:46.922Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:46.927Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:34:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:34:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:34:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:35:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:03.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:35:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:35:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:35:16.928Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:16.932Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:35:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:35:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:35:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:35:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:35:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:35:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:35:46.932Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:46.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:35:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:35:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:35:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:36:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:36:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:36:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:36:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:36:16.939Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:16.943Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:36:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:36:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:36:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:36:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 67 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:36:46.946Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:46.951Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:36:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:36:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:36:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:37:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:37:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:13.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:16.953Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:16.959Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:37:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:37:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:37:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:37:46.959Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:46.964Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:37:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:37:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:37:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:38:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:38:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:38:16.964Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:16.969Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:38:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:38:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:38:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:46.974Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:46.979Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:38:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:38:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:38:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:39:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:39:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T13:39:13.831Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:39:16.988Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:16.993Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:39:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:23.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:39:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:43.825Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:39:43.832Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:43.836Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:43.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:43.840Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:46.994Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:46.999Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:39:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:39:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:40:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:40:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:40:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:40:16.999Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:17.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:40:23.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:23.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:40:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:40:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:40:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:43.818Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:40:47.010Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:47.015Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:40:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:40:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:40:53.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:41:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:41:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:41:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:41:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:41:17.016Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:17.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:41:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:41:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:41:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:41:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:41:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:41:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:41:47.022Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:47.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:41:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:41:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:42:03.877Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:03.878Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 73 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:42:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:13.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:42:17.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:17.036Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:42:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:42:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:42:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:42:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:42:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:42:47.038Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:47.042Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:42:53.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:42:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
{"timestamp":"2023-04-22T13:42:53.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:43:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:43:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:43:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:43:17.052Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:17.056Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:43:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:43:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:43:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:43:33.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:33.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:43:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:43:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:43:47.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:47.062Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:43:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:43:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:43:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:44:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:44:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:17.071Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:17.076Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:44:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:44:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:44:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:44:45.927Z","message":"Converted to gremlin query without the start vertices \n g.V(startVertexes)","thread":"pool-12-thread-1","logger":"o.o.a.r.search.GenericQueryProcessor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:45.928Z","message":"Invoke","context":{"ServiceName":"","TargetServiceName":"","InvocationID":"3da4ca8b-bda4-467a-9211-cbf8375dfeec","LogTimestamp":"2023-04-22T13:44:45.928Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"AAI.DB"},"thread":"pool-12-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T13:44:46.092Z","message":"InvokeReturn","context":{"ResponseCode":"200","ServiceName":"","TargetServiceName":"","ElapsedTime":"165","InvocationID":"3da4ca8b-bda4-467a-9211-cbf8375dfeec","LogTimestamp":"2023-04-22T13:44:46.092Z","StatusCode":"COMPLETE","ServerFQDN":"aai-traversal","ResponseDesc":"OK","TargetEntity":"AAI.DB"},"thread":"pool-12-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:46.784Z","message":"{\"transactionId\":\"641fadd7-fdee-4544-9792-7ae2de75d5c5\",\"status\":\"200\",\"rqstDate\":\"230422-13:44:45:696\",\"respDate\":\"230422-13:44:46:784\",\"sourceId\":\"robot-ete:641fadd7-fdee-4544-9792-7ae2de75d5c5\",\"resourceId\":\"http://aai.onap/aai/v19/query?format=count\",\"resourceType\":\"PUT\",\"rqstBuf\":\"{\\\"ID\\\":\\\"2-aai-traversal-230422-13:44:45:696-38666\\\",\\\"Http-Method\\\":\\\"PUT\\\",\\\"Content-Type\\\":\\\"application/json\\\",\\\"Headers\\\":\\\"{x-request-id=[452d72c6-9a91-43bd-92d9-4e2db75bb314], x-b3-parentspanid=[32e939f5988c15e0], Accept=[application/json], x-b3-sampled=[0], User-Agent=[python-requests/2.28.2], X-Forwarded-Proto=[http], x-transactionid=[641fadd7-fdee-4544-9792-7ae2de75d5c5], Host=[aai.onap], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[49505], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-b3-traceid=[124b1fc2508f48ae31f1f6a9694143f8], x-b3-spanid=[067192b2dcf553bf], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[48], Content-Type=[application/json]}\\\",\\\"Payload\\\":\\\"{\\\\\\\"start\\\\\\\" : \\\\\\\"service-design-and-creation/models\\\\\\\"}\\\"}\"}","thread":"qtp1449605932-28","logger":"o.o.a.i.p.ResponseTransactionLogging","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:46 +0000] "PUT /aai/v19/query?format=count" 200 26 REST 641fadd7-fdee-4544-9792-7ae2de75d5c5 robot-ete 127.0.0.6 - - - - - - - - - 1091 - "logType": "access"
{"timestamp":"2023-04-22T13:44:47.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:47.082Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:44:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:44:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:44:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:45:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:45:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:45:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:45:17.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:17.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:45:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:45:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:45:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:45:47.096Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:47.101Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:45:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:45:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:45:53.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:46:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:46:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:46:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:46:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:13.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:46:17.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:17.106Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:46:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:46:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:46:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:46:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:46:47.107Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:47.113Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:46:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:46:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:47:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:47:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:47:17.114Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:17.118Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:47:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:47:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:47:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:47:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:47:47.124Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:47.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:47:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:47:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:47:53.818Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:48:03.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:48:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:03.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:48:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:48:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:13.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:48:17.130Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:17.135Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:48:23.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:48:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:48:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:48:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:48:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:48:47.135Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:47.140Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:48:53.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:53.835Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:48:53.838Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:49:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:49:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T13:49:17.141Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:17.146Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:49:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:49:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:49:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:49:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:49:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:49:47.149Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:47.154Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:49:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:49:53.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:49:53.843Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:50:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:50:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:50:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:50:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:50:17.161Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:17.165Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:50:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:50:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:50:33.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:50:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:33.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:50:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:50:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:50:47.174Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:47.180Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:50:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:50:53.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:51:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:51:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:51:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:51:17.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:17.186Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:51:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:51:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:51:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:51:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:51:47.188Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:47.192Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:51:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:51:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:51:53.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:52:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:52:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:13.818Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:17.200Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:17.204Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:52:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:52:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:52:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:47.206Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:47.211Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:52:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:52:53.839Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:53:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:53:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:53:17.212Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:17.216Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:53:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:53:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:23.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:53:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:53:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:53:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:53:47.216Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:47.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:53:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:53:53.845Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:53:53.846Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 40 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:54:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:54:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:54:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:17.225Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:17.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:54:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:23.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:54:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:54:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:47.230Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:47.235Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:54:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:54:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:54:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:55:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:55:13.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:17.241Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:17.246Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:55:23.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:23.842Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 37 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:55:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:55:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:55:47.248Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:47.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:55:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:55:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:56:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:56:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:17.253Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:17.259Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:56:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:56:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:56:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:56:47.267Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:47.271Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:56:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:56:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:57:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:57:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:57:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:57:17.272Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:17.276Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:57:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:57:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:57:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:57:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:57:47.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:47.286Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:57:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:57:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:57:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:58:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:58:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:58:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:13.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:58:17.287Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:17.291Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:58:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:58:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:58:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:58:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:58:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:58:47.292Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:47.298Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:58:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:58:53.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:59:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:59:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:13.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T13:59:17.299Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:17.304Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T13:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:59:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:59:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:59:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:59:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:59:47.304Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:47.308Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T13:59:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T13:59:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T13:59:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:13:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:13:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:00:03.873Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:03.874Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 69 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:00:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:00:17.309Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:17.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:00:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:00:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:00:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:00:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:00:47.322Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:47.326Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:00:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:00:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:01:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:01:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:17.336Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:17.340Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:01:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:01:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:43.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:01:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:01:47.342Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:47.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:01:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:01:53.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:02:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:02:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:02:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:02:17.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:17.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:02:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:02:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:02:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:02:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:02:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:02:47.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:47.356Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:02:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:02:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:03:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:03:03.922Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:03.923Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 117 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:03:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:17.357Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:17.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:03:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:03:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:03:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:03:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:47.368Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:47.373Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:03:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:03:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:04:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:04:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:04:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:17.376Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:17.381Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:04:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:04:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:33.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:04:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:47.383Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:47.387Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:04:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:04:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:04:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:05:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:05:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:13.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:17.396Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:17.401Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:05:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T14:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:05:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:05:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:47.411Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:47.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:05:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:05:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:05:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:06:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:06:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:06:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:06:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:13.818Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:06:17.420Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:17.425Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:06:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:06:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:06:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:06:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:06:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:06:47.433Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:47.437Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:06:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:06:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:06:53.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:07:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:07:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:07:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:07:17.446Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:17.451Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:07:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:07:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:07:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:33.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:07:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:07:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:07:47.454Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:47.459Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:07:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:07:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:07:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:08:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:08:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:08:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:08:17.464Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:17.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:08:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:08:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:08:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:08:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:08:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:08:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:08:47.470Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:47.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:08:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:08:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:09:03.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:03.838Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:09:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:09:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:13.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:09:17.475Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:17.479Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:09:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:09:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:09:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:09:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:33.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:09:47.480Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:47.486Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:09:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:09:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:09:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:10:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:10:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:17.492Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:17.497Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:10:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:10:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:10:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:10:47.505Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:47.509Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:10:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:10:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:11:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:11:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:13.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:17.517Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:17.523Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:11:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:11:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:11:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:11:47.529Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:47.533Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:11:53.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:11:53.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:53.832Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:53.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:11:53.838Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:12:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:12:03.869Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:03.870Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 63 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:12:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:12:17.534Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:17.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:12:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:12:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:12:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:12:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:12:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:43.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:12:47.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:47.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 46 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:12:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:12:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:13:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:13:13.914Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:13.915Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 110 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:17.550Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:17.555Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:13:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:13:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:33.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:13:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:43.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:47.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:47.560Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:13:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:13:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:13:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:14:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:03.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:14:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:14:17.560Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:17.565Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:14:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:14:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:23.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:14:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:14:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:14:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:14:47.565Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:47.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:14:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:14:53.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:15:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:15:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:15:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:15:17.571Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:17.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:15:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:15:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:15:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:33.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:15:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:15:47.576Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:47.581Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:15:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:15:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:15:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:16:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:16:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:13.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:16:17.588Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:17.591Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:16:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:16:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:16:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:47.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:47.604Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:16:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:16:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:16:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:17:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:17:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:17.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:17.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:17:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:17:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:43.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:17:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:17:47.613Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:47.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:17:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:17:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:18:03.866Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:03.867Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 62 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:18:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:17.619Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:17.622Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:18:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:18:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:18:43.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:47.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:47.626Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:18:53.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:18:53.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:19:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:19:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:17.627Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:17.631Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:19:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:33.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:19:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:19:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:19:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:47.637Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:47.641Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:19:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:19:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:20:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:20:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:03.832Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:03.866Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:03.867Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 61 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:20:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:20:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:13.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:20:17.648Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:17.653Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:20:23.844Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:23.845Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 40 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:20:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:20:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:20:47.656Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:47.669Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:20:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:20:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:20:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:21:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:21:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:03.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:21:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:21:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:21:17.670Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:17.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:21:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:21:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:21:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:21:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:21:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:21:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:43.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:43.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:21:47.676Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:47.681Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:21:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:21:53.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:22:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:22:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:22:17.686Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:17.690Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:22:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:22:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:22:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:22:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:22:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:22:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:22:47.691Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:47.696Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:22:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:22:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:23:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:23:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:23:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:17.702Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:17.706Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:23:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:23.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:23:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:23:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:43.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:47.709Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:47.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:23:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:23:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:24:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:24:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:24:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:24:17.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:17.725Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:24:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:24:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:23.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:24:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:24:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:24:47.728Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:47.732Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:24:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:24:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:24:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:25:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:25:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:25:13.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:25:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:25:17.733Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:17.738Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:25:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:25:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:25:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:25:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:25:47.738Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:47.743Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:25:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:25:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:26:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:03.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:26:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:26:17.744Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:17.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:26:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:26:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:26:43.820Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:26:47.751Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:47.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:26:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:26:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:27:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:27:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:17.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:17.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:27:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:27:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:27:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:47.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:47.771Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:27:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:27:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T14:27:53.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:28:03.865Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:03.866Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 61 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:28:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:28:17.772Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:17.777Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:28:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:28:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:28:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:47.778Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:47.783Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:28:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:28:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:29:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:29:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:13.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:17.783Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:17.787Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:29:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:29:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:29:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:47.788Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:47.793Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:29:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:29:53.868Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:29:53.869Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 64 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:30:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:30:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:30:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:30:17.793Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:17.802Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:30:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:30:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:30:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:30:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:43.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:30:47.803Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:47.807Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:30:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:30:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:31:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:03.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:31:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:31:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:31:17.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:17.812Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:31:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:23.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:31:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:31:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:31:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:31:47.813Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:47.817Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:31:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:31:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:32:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:32:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:32:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:17.818Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:17.823Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:32:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:32:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:32:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:43.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:47.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:47.828Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:32:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:32:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:32:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:33:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T14:33:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:33:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:33:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:33:17.837Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:17.842Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:33:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:33:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:33:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:33:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:43.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:33:47.842Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:47.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:33:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:33:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T14:33:53.839Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:34:03.860Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:03.861Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 56 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:34:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:17.852Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:17.857Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:34:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:34:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:47.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:47.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:34:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:34:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:34:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:35:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:35:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:17.872Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:17.877Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:35:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:35:33.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:33.831Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:33.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:33.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:35:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:47.878Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:47.882Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:35:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:35:53.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:36:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:36:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:36:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:13.832Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:36:17.885Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:17.889Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:36:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:36:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:36:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:36:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T14:36:33.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:36:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:36:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:36:47.890Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:47.895Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:36:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:36:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:37:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:37:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:37:17.896Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:17.902Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:37:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:23.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:37:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:33.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:37:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:47.907Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:47.912Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:37:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:37:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:38:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:38:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:38:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:38:17.918Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:17.922Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:38:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:38:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:38:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:38:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:33.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:38:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:38:47.923Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:47.927Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:38:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:38:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:39:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:39:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:17.928Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:17.933Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:39:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:39:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:39:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:47.936Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:47.941Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:39:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:39:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:40:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:40:13.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:40:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:40:17.949Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:17.953Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:40:23.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T14:40:23.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:40:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:40:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:40:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:40:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:40:47.959Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:47.964Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:40:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:40:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:41:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:41:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:41:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:41:17.969Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:17.973Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:41:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:41:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:41:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:41:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:41:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:41:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:41:47.981Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:47.985Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:41:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:41:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:41:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:42:03.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:42:03.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:03.818Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:42:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:13.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:42:17.986Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:17.990Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:42:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:42:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:42:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:42:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:42:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:42:48.002Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:48.006Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:42:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:42:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:42:53.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:43:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:03.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:13.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:43:13.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:13.834Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:18.010Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:18.014Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:43:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:43:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:43:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:48.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:48.024Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:43:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:43:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:43:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:44:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:44:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:44:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:44:18.028Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:18.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:44:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:44:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:44:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:44:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:33.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:44:40.130Z","message":"Converted to gremlin query without the start vertices \n g.V(startVertexes)","thread":"pool-13-thread-1","logger":"o.o.a.r.search.GenericQueryProcessor","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:40.130Z","message":"Invoke","context":{"ServiceName":"","TargetServiceName":"","InvocationID":"79289013-50be-4882-aa4b-0f3d9aa51fb3","LogTimestamp":"2023-04-22T14:44:40.130Z","StatusCode":"INPROGRESS","ServerFQDN":"aai-traversal","TargetEntity":"AAI.DB"},"thread":"pool-13-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
{"timestamp":"2023-04-22T14:44:40.257Z","message":"InvokeReturn","context":{"ResponseCode":"200","ServiceName":"","TargetServiceName":"","ElapsedTime":"126","InvocationID":"79289013-50be-4882-aa4b-0f3d9aa51fb3","LogTimestamp":"2023-04-22T14:44:40.256Z","StatusCode":"COMPLETE","ServerFQDN":"aai-traversal","ResponseDesc":"OK","TargetEntity":"AAI.DB"},"thread":"pool-13-thread-1","logger":"o.o.a.a.logs.AaiDBTraversalMetricLog","level":"INFO","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:44:40.974Z","message":"{\"transactionId\":\"c8994014-b13f-411e-9c23-305cae62363d\",\"status\":\"200\",\"rqstDate\":\"230422-14:44:39:965\",\"respDate\":\"230422-14:44:40:973\",\"sourceId\":\"robot-ete:c8994014-b13f-411e-9c23-305cae62363d\",\"resourceId\":\"http://aai.onap/aai/v19/query?format=count\",\"resourceType\":\"PUT\",\"rqstBuf\":\"{\\\"ID\\\":\\\"1-aai-traversal-230422-14:44:39:965-27055\\\",\\\"Http-Method\\\":\\\"PUT\\\",\\\"Content-Type\\\":\\\"application/json\\\",\\\"Headers\\\":\\\"{x-request-id=[99d296b6-b622-4d60-8b7e-d86dd37a0084], x-b3-parentspanid=[e2b6498bcf55e39e], Accept=[application/json], x-b3-sampled=[0], User-Agent=[python-requests/2.28.2], X-Forwarded-Proto=[http], x-transactionid=[c8994014-b13f-411e-9c23-305cae62363d], Host=[aai.onap], Accept-Encoding=[gzip, deflate], X-Forwarded-Port=[50501], Authorization=[Basic YWFpQGFhaS5vbmFwLm9yZzpkZW1vMTIzNDU2IQ==], x-envoy-attempt-count=[1], x-b3-traceid=[e48b77834847ec8b3231fb4c27213c94], x-b3-spanid=[f3365323fabec775], X-Forwarded-For=[127.0.0.6], x-fromappid=[robot-ete], Content-Length=[48], Content-Type=[application/json]}\\\",\\\"Payload\\\":\\\"{\\\\\\\"start\\\\\\\" : \\\\\\\"service-design-and-creation/models\\\\\\\"}\\\"}\"}","thread":"qtp1449605932-28","logger":"o.o.a.i.p.ResponseTransactionLogging","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:40 +0000] "PUT /aai/v19/query?format=count" 200 26 REST c8994014-b13f-411e-9c23-305cae62363d robot-ete 127.0.0.6 - - - - - - - - - 1011 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:44:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:44:48.033Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:48.039Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:44:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:44:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:44:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:45:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:45:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:45:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:45:18.039Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:18.044Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:45:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:23.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:45:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:45:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:45:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:45:48.048Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:48.053Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T14:45:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:45:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:45:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:45:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:46:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:46:03.856Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:03.857Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 52 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:46:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:46:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:46:18.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:18.064Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:46:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:46:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:46:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:46:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:46:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:46:48.067Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:48.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:46:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:46:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:46:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:46:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:47:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:47:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:47:18.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:18.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:47:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:47:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:47:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:48.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:48.082Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:47:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:47:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:48:03.858Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:03.859Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 54 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:13.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:48:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:13.837Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:18.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:18.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:48:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:48:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:48:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:48:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:48.094Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:48.098Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:48:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:48:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:48:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:49:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 46 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:49:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:49:18.099Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:18.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:49:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:23.833Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:49:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:49:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:48.114Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:48.117Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:49:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:49:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:49:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:50:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:03.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:50:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:50:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:50:18.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:18.131Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:50:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:50:23.844Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:23.845Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 41 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:50:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:50:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:50:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:50:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:50:48.135Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:48.139Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:50:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:50:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:50:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:51:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:51:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:18.150Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:18.154Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:51:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:51:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T14:51:33.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:51:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:48.164Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:48.169Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:51:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:51:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:51:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:52:03.855Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:03.856Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 51 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:52:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:18.179Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:18.183Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:52:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:52:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:33.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:52:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:48.184Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:48.189Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:52:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:52:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:52:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:53:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:53:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:53:18.196Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:18.213Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:53:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:53:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:53:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:53:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:53:48.214Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:48.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:53:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:53:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:53:53.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:54:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:54:13.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:18.221Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:18.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:54:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:54:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:33.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:54:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:48.231Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:48.236Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:54:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:54:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:54:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:55:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:55:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:55:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:13.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:55:18.247Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:18.251Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:55:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:55:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:55:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:33.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:55:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:55:48.253Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:48.257Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:55:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:55:53.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:56:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:56:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:56:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:56:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:13.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:56:18.257Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:18.261Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:56:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:56:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:56:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:56:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:56:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:56:48.261Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:48.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:56:53.872Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:56:53.873Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 68 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:56:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:57:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:57:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:13.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:57:18.268Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:18.273Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:57:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:57:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:57:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:48.274Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:48.279Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:57:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:57:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:57:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:58:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:58:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:58:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:58:18.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:18.286Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:58:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:58:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:58:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:58:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:58:48.292Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:48.297Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T14:58:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:58:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:58:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:59:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:59:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:59:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:59:18.299Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:18.303Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:59:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:59:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:59:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:59:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:59:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:59:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:43.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T14:59:48.304Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:48.309Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T14:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T14:59:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T14:59:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:14:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:14:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:00:03.853Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:03.854Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 49 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:00:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:18.309Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:18.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:00:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:23.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:00:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:33.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:00:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:00:48.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:48.319Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:00:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:00:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:00:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:01:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:01:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:01:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:13.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:01:18.319Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:18.323Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:01:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:01:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:01:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:01:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:01:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:01:48.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:48.329Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:01:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:01:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:01:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:02:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:02:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:02:18.330Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:18.335Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:02:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:02:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:02:33.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:33.836Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:02:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:02:48.336Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:48.341Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:02:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:02:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:03:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:03:13.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:13.827Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:13.837Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:18.342Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:18.347Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:03:23.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:23.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:03:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:03:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:48.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:48.357Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:03:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:03:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:03:53.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:04:03.850Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:03.851Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 45 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:04:13.842Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:13.844Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 39 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:18.366Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:18.370Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:04:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:04:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:04:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:04:48.371Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:48.376Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:04:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:04:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:04:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T15:05:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:05:03.849Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:03.850Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 44 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:05:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:05:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:05:18.379Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:18.384Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:05:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:05:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:05:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:05:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:05:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:05:48.391Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:48.396Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:05:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:05:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:05:53.839Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:06:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:06:03.850Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:03.850Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 44 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:06:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:06:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:06:18.397Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:18.403Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:06:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:06:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:06:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:06:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:06:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:06:48.403Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:48.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:06:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:06:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:06:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:07:03.900Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:03.901Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 95 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:07:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:18.410Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:18.413Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:07:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:07:33.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:33.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:07:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:07:48.414Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:48.419Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:07:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:07:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:07:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:08:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:03.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:08:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:08:18.420Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:18.425Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:08:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:08:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:08:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:08:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:08:48.426Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:48.430Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:08:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:08:53.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:08:53.842Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:09:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:09:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:09:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:13.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:09:18.431Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:18.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:09:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:09:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:09:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:09:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:09:48.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:48.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:09:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:09:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:09:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:10:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:10:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:18.442Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:18.446Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:10:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:10:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:43.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:10:43.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:43.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:48.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:48.454Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:10:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:10:53.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:53.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:10:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:11:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:11:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:11:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:11:18.455Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:18.460Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:11:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:23.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:11:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:11:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:11:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:11:48.463Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:48.468Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:11:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:11:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:12:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:03.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:12:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:12:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:12:18.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:18.473Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:12:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:12:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:12:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:12:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:12:48.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:48.479Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:12:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:12:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:12:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:13:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:13:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:18.483Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:18.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:13:23.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:23.837Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:13:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:33.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:13:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:48.489Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:48.495Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:13:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:13:53.836Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:14:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:14:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:18.496Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:18.500Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:14:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:14:23.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:23.837Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 31 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:14:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:14:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:48.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:48.506Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:14:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:14:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:14:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:15:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:15:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:15:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:15:18.507Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:18.512Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:15:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:15:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:15:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:15:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:15:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:15:48.513Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:48.518Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:15:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:15:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:15:53.834Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:16:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:03.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:16:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:16:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:13.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:18.528Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:18.534Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:16:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:16:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:33.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:16:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:43.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:48.540Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:48.545Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:16:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:16:53.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:17:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:17:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:17:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:17:18.552Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:18.557Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:17:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:17:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:17:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:17:48.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:48.569Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:17:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:17:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:18:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:18:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:18:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:13.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:18:18.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:18.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:18:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:18:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:18:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:18:48.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:48.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:18:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:18:53.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:19:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:19:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:19:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:19:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:19:18.582Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:18.586Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:19:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:19:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:19:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:33.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:19:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:19:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:19:48.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:48.598Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:19:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:19:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:19:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:20:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:20:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:18.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:18.614Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:20:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:20:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:48.615Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:48.626Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:20:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:20:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:20:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:21:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:21:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:21:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:21:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:21:18.627Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:18.633Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:21:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:21:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:21:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:21:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:21:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:21:48.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:48.641Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:21:53.844Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:21:53.845Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 40 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:22:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:03.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:22:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:22:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:22:18.642Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:18.649Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:22:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:22:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:22:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:22:43.823Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:22:43.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:43.838Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:22:48.650Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:48.654Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:22:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:22:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:23:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:18.666Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:18.670Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:23:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:23:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:23:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:23:48.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:48.677Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:23:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:23:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:23:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:24:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:24:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:24:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:24:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:24:18.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:18.683Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:24:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:24:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:24:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:24:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:24:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:24:48.685Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:48.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:24:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:24:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:24:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:25:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:25:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:25:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:25:18.696Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:18.703Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:25:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:25:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:25:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:25:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:25:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:25:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:25:48.704Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:48.708Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:25:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:25:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:25:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:26:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:26:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:26:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:13.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:26:18.716Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:18.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:26:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:26:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:26:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:43.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:26:48.722Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:48.726Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:26:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:26:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:27:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:27:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:27:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:27:18.727Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:18.733Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:27:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:27:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:27:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:27:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:27:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:27:48.734Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:48.738Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:27:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:27:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:28:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:28:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:18.739Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:18.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:28:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:28:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:28:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:33.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:28:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:48.756Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:48.762Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:28:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:28:53.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:29:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:29:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:29:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:29:18.763Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:18.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:29:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:29:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:29:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:33.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:29:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:29:48.769Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:48.775Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:29:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:29:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:29:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:30:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:30:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:30:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:30:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:30:18.776Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:18.781Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:30:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:30:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:30:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:30:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:30:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:30:48.784Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:48.789Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:30:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:30:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:31:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:31:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:31:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:13.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:31:18.789Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:18.792Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:31:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:31:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:31:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:31:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:31:48.793Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:48.798Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:31:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:31:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:31:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:32:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:32:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:32:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:32:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:32:18.799Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:18.816Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:32:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:32:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:32:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:32:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:33.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:32:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:32:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:43.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:32:48.817Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:48.823Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:32:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:32:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:32:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T15:33:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:33:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:33:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:33:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:33:18.823Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:18.828Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:33:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:33:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:33:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:33.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:33:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:33:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:33:48.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:48.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:33:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:33:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:34:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:34:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:34:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:34:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:34:18.852Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:18.856Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:34:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:34:33.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:33.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:34:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:34:48.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:48.869Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:34:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:34:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:34:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:35:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:35:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:35:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:35:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:35:18.880Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:18.884Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:35:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:35:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:35:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:33.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:33.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:35:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:35:48.885Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:48.890Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:35:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:35:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:36:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:36:03.845Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:03.845Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 41 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:36:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:13.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:36:18.891Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:18.896Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:36:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:36:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:36:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:36:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:36:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:36:48.897Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:48.901Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:36:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:36:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:37:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:37:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:37:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:18.902Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:18.917Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:37:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:37:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:37:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:48.917Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:48.922Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:37:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:37:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:37:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:38:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:38:03.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:03.839Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:38:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:38:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:13.832Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:38:18.930Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:18.934Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:38:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:38:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:38:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:38:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:38:48.936Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:48.941Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:38:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:38:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:38:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:39:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:39:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:39:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:39:18.941Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:18.947Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:39:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:39:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:39:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:33.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:39:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:39:48.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:48.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:39:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:39:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:40:03.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:03.838Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:40:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:40:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:13.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:40:18.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:18.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:40:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:40:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:40:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:40:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:40:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:40:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:40:48.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:48.989Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:40:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:40:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:41:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:41:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:41:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:41:18.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:19.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:41:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:41:23.845Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:23.846Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 41 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:41:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:41:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:41:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:41:49.008Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:49.011Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:41:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:42:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:42:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:42:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:42:19.016Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:19.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:42:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:42:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:42:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:42:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:42:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:42:49.024Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:49.029Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:42:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:42:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:42:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:43:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:43:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:19.030Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:19.038Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:43:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:43:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:33.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:49.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:49.050Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:43:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:43:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:44:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:44:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:19.051Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:19.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:44:23.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:23.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:44:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:44:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:44:49.063Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:49.068Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:44:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:44:53.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:44:53.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T15:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:45:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:45:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:45:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:45:19.070Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:19.075Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:45:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:45:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:45:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:33.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:45:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:45:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:43.819Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:45:49.085Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:49.091Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:45:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:45:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:45:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:45:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:46:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:46:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:46:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:46:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:46:19.092Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:19.096Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:46:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:46:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:46:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:46:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:46:43.819Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:43.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:46:49.097Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:49.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:46:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:46:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:46:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:47:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:47:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:19.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:19.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:47:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:47:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:47:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:47:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:49.120Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:49.125Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:47:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:47:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:48:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:48:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:48:13.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:13.839Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:19.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:19.133Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:48:23.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:48:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:48:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:43.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:49.144Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:49.149Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:48:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:48:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:49:03.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:49:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:49:19.150Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:19.155Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:49:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:49:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:49:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:49:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:49:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:49:49.156Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:49.162Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:49:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:49:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:49:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:50:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:50:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:50:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:13.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:50:19.163Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:19.168Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:50:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:50:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:50:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:50:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:50:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:50:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:43.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:50:49.171Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:49.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:50:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:50:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:50:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:51:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:51:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:51:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:51:19.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:19.185Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:51:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:51:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:51:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:51:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:51:49.194Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:49.199Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:51:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:51:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:51:53.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:52:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:03.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:52:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:19.199Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:19.204Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:52:23.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:23.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:33.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:52:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:43.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:52:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:49.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:49.210Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:52:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:52:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:52:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:53:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:53:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:53:13.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:13.817Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 12 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:53:19.211Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:19.215Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:53:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:53:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:53:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:53:43.817Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:43.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:53:49.226Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:49.231Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:53:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:53:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:53:53.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:53:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:54:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:54:03.887Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:03.888Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 82 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:54:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:54:19.239Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:19.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:54:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:54:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:54:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:54:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:54:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:54:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 7 - "logType": "access"
{"timestamp":"2023-04-22T15:54:49.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:49.257Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:54:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:54:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:54:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:55:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:55:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:55:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:55:19.261Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:19.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:55:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:55:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:55:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:55:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:55:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:55:49.277Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:49.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:55:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:55:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:55:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:56:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:56:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:03.835Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:56:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:56:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:56:19.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:19.294Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:56:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:56:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:56:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:56:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:56:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:56:49.295Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:49.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:56:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:56:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:56:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:56:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:57:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:57:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:57:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:57:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:57:19.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:19.306Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:57:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:23.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:57:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:57:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:57:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:57:49.307Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:49.313Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:57:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:57:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:57:53.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:57:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:58:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:58:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T15:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:58:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:58:19.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:19.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:58:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:58:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:58:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:58:49.328Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:49.333Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:58:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:58:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:59:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:59:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:59:13.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:59:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:59:19.340Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:19.346Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:59:23.817Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:59:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:23.833Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:59:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:59:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:59:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T15:59:49.346Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:49.351Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T15:59:53.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T15:59:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T15:59:53.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:15:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:15:59:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:00:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:00:03.869Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:03.870Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 65 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:00:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:00:19.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:00:19.357Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:00:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:23.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:00:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:00:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:00:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:00:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:00:49.357Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:49.362Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:00:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:00:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:01:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:01:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:01:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:01:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:01:19.369Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:19.373Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:01:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:01:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:01:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:01:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:01:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:01:49.374Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:49.379Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:01:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:01:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:02:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:03.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:02:13.823Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:13.830Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:13.832Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:02:19.387Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:19.392Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:02:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:02:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:02:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:02:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:02:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:02:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:02:49.394Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:49.399Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:02:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:02:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:02:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:03:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:03:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:19.404Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:19.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:03:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:03:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:33.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:03:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:49.416Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:49.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:03:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:03:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:03:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:04:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:03.833Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 76 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:04:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:04:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:04:19.422Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:19.427Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:04:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:04:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 8 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:04:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:04:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:04:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:04:49.428Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:49.433Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:04:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:04:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:04:53.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:05:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:05:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:13.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:19.434Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:19.439Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:05:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:05:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:33.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:05:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:05:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:49.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:49.453Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:05:53.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:05:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:05:53.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:06:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:06:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:19.464Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:19.469Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:06:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:06:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:06:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:06:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:49.470Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:49.474Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:06:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:06:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:06:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:06:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:07:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:07:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:07:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:07:19.478Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:19.483Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:07:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:07:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:07:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:07:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:07:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:07:49.484Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:49.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:07:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:07:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:07:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:08:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:08:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:08:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:08:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:08:19.489Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:19.494Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:08:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:08:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:33.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:08:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:08:49.496Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:49.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:08:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:08:53.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:08:53.819Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:08:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:09:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:09:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:03.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:09:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:09:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:13.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:09:19.504Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:19.510Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:09:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:09:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:09:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:09:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:09:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:09:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:09:49.516Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:49.521Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:09:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:09:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:09:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:10:03.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:03.837Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:10:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:19.521Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:19.527Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:10:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:10:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:10:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:10:49.534Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:49.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:10:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:10:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:10:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:11:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:11:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:11:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:11:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:11:19.539Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:19.545Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:11:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:11:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:23.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:11:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:11:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:11:49.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:49.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:11:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:11:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:11:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:12:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:12:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:12:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:12:19.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:19.568Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:12:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:12:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:12:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:12:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:12:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:12:49.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:49.574Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:12:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:12:53.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:12:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:13:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:13:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:13:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:13:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:13:19.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:19.579Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:13:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:13:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:13:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:13:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:13:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:13:49.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:49.584Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:13:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:13:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:14:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:03.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:14:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:13.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:19.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:19.597Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:14:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:14:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:14:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:14:49.608Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:49.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:14:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:14:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:14:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:15:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:15:03.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:15:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:15:19.613Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:19.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:15:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:15:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:15:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:15:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:15:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:43.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:15:49.629Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:49.633Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:15:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:15:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:15:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:16:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:16:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:16:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:16:19.634Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:19.639Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:16:23.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:16:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:16:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:16:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:16:49.648Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:49.653Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:16:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:16:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:16:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:17:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:17:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:19.653Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:19.658Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:17:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:17:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:17:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:49.669Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:49.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:17:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:17:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:18:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:18:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:18:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:18:19.686Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:19.690Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:18:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:18:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:18:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:18:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:18:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:18:49.701Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:49.706Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:18:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:18:53.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:18:53.842Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:19:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:03.827Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:19:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:19:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:13.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:19:19.707Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:19.716Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:19:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:19:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:19:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:19:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:33.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:19:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:19:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:19:49.717Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:49.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:19:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:19:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:19:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:20:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:20:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:20:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:20:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:20:19.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:19.736Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:20:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:20:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:20:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:20:49.740Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:49.745Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:20:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:20:53.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:21:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:21:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:03.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:21:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:21:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:13.819Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:21:19.745Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:19.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:21:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:21:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:21:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:21:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:43.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:21:49.759Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:49.764Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:21:53.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:21:53.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:21:53.833Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:22:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:22:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:03.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:22:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:22:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:22:19.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:19.771Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:22:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:22:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:22:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:22:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:22:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:22:49.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:49.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:22:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:22:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:22:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:23:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:23:19.788Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:19.798Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:23:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:23:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:23:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:23:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:23:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:23:49.799Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:49.804Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:23:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:23:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:23:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:24:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:24:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:19.805Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:19.810Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:24:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:24:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:24:33.862Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:33.863Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 58 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:24:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T16:24:43.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:49.810Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:49.815Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:24:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:24:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:24:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:25:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:25:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:19.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:19.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:25:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:25:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:25:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:49.830Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:49.835Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:25:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:25:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:25:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:26:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:26:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:19.835Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:19.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:26:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:26:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:26:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:49.841Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:49.845Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:26:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:26:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:27:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:27:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:27:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:27:19.846Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:19.852Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:27:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:27:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:27:33.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:27:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:27:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:27:49.852Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:49.857Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:27:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:27:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:27:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:28:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:03.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:28:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:28:19.858Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:19.862Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:28:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
{"timestamp":"2023-04-22T16:28:23.832Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:28:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:28:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:49.863Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:49.867Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:28:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:28:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:29:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:29:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:29:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:29:19.868Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:19.873Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:29:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:29:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:29:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:29:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:29:49.879Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:49.883Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:29:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:29:53.817Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:29:53.818Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:30:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:30:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:30:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:30:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:13.834Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:30:19.885Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:19.890Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:30:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:30:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:30:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:30:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:33.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:30:43.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:30:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:43.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:30:49.891Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:49.896Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:30:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:30:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:30:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:30:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:31:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:31:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:19.901Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:19.906Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:23.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:23.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:23.841Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:31:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:31:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:43.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:31:49.918Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:49.922Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:31:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:31:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:31:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:32:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:32:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:32:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:13.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:32:19.929Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:19.934Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:32:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:32:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:32:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:32:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:32:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:32:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:32:49.946Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:49.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:32:53.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:32:53.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:32:53.834Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:33:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:33:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:33:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:33:19.951Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:19.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:33:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:33:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:33:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:33.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:33:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:33:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:33:49.957Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:49.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:33:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:33:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:33:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:34:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:34:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:19.969Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:19.973Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:34:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:34:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:34:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:43.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:49.974Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:49.978Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:34:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:34:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:34:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:35:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:35:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:35:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:35:19.988Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:19.993Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:35:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:35:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:23.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:35:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:35:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:35:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:35:49.998Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:50.003Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:35:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:35:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:36:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:36:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:36:20.004Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:20.009Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:36:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:36:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:36:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:50.016Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:50.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:36:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:36:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:36:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:37:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:03.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:37:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:20.028Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:20.033Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:37:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:37:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:37:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:50.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:50.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:37:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:37:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:37:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:37:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:03.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:38:03.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:03.826Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:03.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:38:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:38:20.051Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:20.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:38:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:38:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:38:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:50.059Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:50.063Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:38:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:38:53.835Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:39:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:39:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:39:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:13.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:39:20.073Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:20.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:39:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:39:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:39:33.813Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:39:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:33.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:39:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:39:50.081Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:50.085Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:39:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:39:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:40:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:40:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:40:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:40:20.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:20.093Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:40:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:40:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:40:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:40:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:40:50.104Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:50.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:40:53.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:40:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:40:53.832Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:41:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:41:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:13.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:13.838Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:20.112Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:20.117Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:41:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:41:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:41:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:50.118Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:50.123Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:41:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:41:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:41:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:42:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:42:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:42:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:13.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:42:20.132Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:20.138Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:42:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:42:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:42:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:42:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:42:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:42:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:42:46.354Z","message":"Selector.select() returned prematurely 3 times in a row for Selector io.netty.channel.nio.SelectedSelectionKeySetSelector@5c7327c9.","thread":"JanusGraph Cluster-nio-worker-1","logger":"io.netty.channel.nio.NioEventLoop","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:42:50.145Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:50.150Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:42:53.898Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:42:53.899Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 94 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:42:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:43:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:43:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:43:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:13.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:43:20.156Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:20.160Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:43:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:43:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 11 - "logType": "access"
{"timestamp":"2023-04-22T16:43:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:43:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:43:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:43:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:43:50.161Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:50.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:43:53.819Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:53.832Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:53.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:43:53.841Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:43:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:44:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:44:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:44:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:44:20.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:20.171Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:44:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:44:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:44:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:44:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:44:50.172Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:50.177Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:44:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:44:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:44:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:44:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:45:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:45:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:45:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:45:20.186Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:20.193Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:45:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:45:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:45:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:45:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:45:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:45:50.194Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:50.198Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:45:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:45:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:45:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:45:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:46:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:46:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:20.198Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:20.203Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:46:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:23.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:46:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:46:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:43.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:46:50.203Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:50.208Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:46:53.897Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:46:53.898Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 92 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:47:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:47:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:20.212Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:20.218Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:47:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:23.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:33.823Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:47:33.824Z","message":"Selector.select() returned prematurely 3 times in a row for Selector io.netty.channel.nio.SelectedSelectionKeySetSelector@5a3ad68c.","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.channel.nio.NioEventLoop","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:33.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:33.843Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:47:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:47:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:50.224Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:50.228Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:47:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:47:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:47:53.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:48:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:48:03.888Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:03.889Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 84 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:48:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:48:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:48:20.236Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:20.241Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:48:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:48:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:48:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:48:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:48:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:48:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:48:50.248Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:50.252Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:48:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:48:53.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:48:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:49:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:49:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:49:20.264Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:20.268Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:49:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:49:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:49:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:49:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:33.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:49:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:49:50.269Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:50.275Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:49:53.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:49:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:49:53.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:49:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:50:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:50:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:50:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:50:20.284Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:20.289Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:50:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:50:23.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:23.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:50:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:50:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:50:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:50:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:50:50.301Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:50.306Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:50:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:50:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:50:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:51:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:51:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:51:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:13.828Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:13.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:51:20.308Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:20.314Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:51:23.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:51:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:23.833Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:51:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:51:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:51:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:51:50.315Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:50.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:51:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:51:53.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:52:03.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:03.837Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:52:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T16:52:13.834Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:20.322Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:20.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:52:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:52:33.896Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:33.897Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 91 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:52:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:52:50.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:50.330Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:52:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:52:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:52:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:53:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:13.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:53:20.330Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:20.336Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:53:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:53:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:33.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:53:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:53:50.347Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:50.352Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:53:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:53:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:53:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:54:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:54:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:54:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:20.353Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:20.359Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:54:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:54:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:33.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:54:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:50.364Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:50.369Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:54:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:54:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:54:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:54:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:55:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:55:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:55:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:55:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:13.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:55:20.376Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:20.381Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:55:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:55:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:55:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:55:50.392Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:50.397Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:55:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:55:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:55:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:56:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:56:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:03.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:56:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:56:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:13.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:56:20.398Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:20.402Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:56:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:56:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:56:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:56:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:56:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:56:50.403Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:50.407Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:56:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:56:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:56:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:56:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:57:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:57:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:57:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:57:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:13.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:57:20.417Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:20.422Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:57:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:23.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:57:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:57:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:57:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:57:50.424Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:50.430Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:57:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:57:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:57:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:58:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:58:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:58:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:58:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:13.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:58:20.431Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:20.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:58:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:58:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:58:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:58:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:43.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:58:50.443Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:50.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:58:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:58:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:58:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:59:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:03.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:59:13.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:59:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:59:20.449Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:20.454Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:59:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:59:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:23.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
{"timestamp":"2023-04-22T16:59:23.834Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:59:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:59:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T16:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:59:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T16:59:50.465Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:50.468Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T16:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T16:59:53.868Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T16:59:53.868Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:16:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 61 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:16:59:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:00:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:00:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:00:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:00:20.482Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:20.486Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:00:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:00:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:23.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:00:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:00:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:00:50.487Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:50.491Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:00:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:00:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:00:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:00:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:01:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:01:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:01:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:01:20.492Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:20.497Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:01:23.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:01:23.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:23.830Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:23.846Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:23.846Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:01:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:01:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:01:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:01:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:01:50.504Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:50.509Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:01:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:01:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:01:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:02:03.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:02:03.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:03.835Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:02:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:02:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T17:02:20.510Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:20.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:02:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:02:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:02:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:02:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:02:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:43.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:02:50.515Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:50.520Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:02:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:02:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:03:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:03:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:03:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:13.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:20.532Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:20.536Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:03:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:03:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:03:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:50.544Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:50.548Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:03:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:03:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:03:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:04:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:04:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:03.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:04:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:04:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:04:20.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:20.553Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:04:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:04:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:04:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:04:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:04:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:43.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:04:50.554Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:50.558Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:04:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:04:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:04:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:04:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:05:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:03.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:05:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:05:20.559Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:20.563Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:05:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:05:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:05:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:50.564Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:50.569Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:05:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:05:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:05:53.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:05:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:06:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:06:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:06:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:13.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:06:20.570Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:20.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:06:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:06:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:06:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:06:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:06:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:43.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:06:50.575Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:50.580Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:06:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:06:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:06:53.835Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:06:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:07:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:03.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:07:13.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:13.837Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:07:20.582Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:20.585Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:07:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:07:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:07:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:07:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:07:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:07:50.586Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:50.590Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:07:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:07:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:07:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:07:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:08:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:08:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:03.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:08:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:08:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:08:20.593Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:20.597Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:08:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:23.833Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:08:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:08:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:08:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:08:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:08:50.598Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:50.605Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:08:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:08:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:08:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:09:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:03.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:09:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:09:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:09:20.606Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:20.610Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:09:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:09:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:09:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:09:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:09:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:09:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:09:50.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:50.618Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:09:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:09:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:10:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:03.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:10:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:10:20.619Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:20.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:10:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:10:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:10:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:33.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:10:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:10:50.624Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:50.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:10:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:10:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:10:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:10:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:11:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:03.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:11:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:13.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:20.629Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:20.633Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:11:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:11:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:11:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:43.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:50.640Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:50.644Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:11:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:11:53.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:11:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:12:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:12:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:20.645Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:20.648Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:12:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:12:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:12:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:12:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:50.654Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:50.659Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:12:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:12:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:12:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:13:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:13:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:13:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:13:20.660Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:20.665Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:13:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:13:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:13:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:13:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:13:50.666Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:50.671Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:13:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:13:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:13:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:14:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:14:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:13.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:14:20.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:20.677Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:14:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:14:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:14:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:50.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:50.683Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:14:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:14:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:14:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:14:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:15:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:15:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:15:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:15:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:15:20.684Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:20.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:15:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:15:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:15:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:15:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:15:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:15:50.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:50.694Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:15:53.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:15:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:15:53.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:15:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:16:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:16:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:20.695Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:20.699Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:16:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:16:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:16:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:50.712Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:50.718Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:16:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:16:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:16:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:17:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:17:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:17:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:17:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T17:17:20.719Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:20.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T17:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:17:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T17:17:23.831Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:17:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:17:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:17:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:17:50.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:50.729Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:17:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:17:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:17:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:17:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:18:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:18:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:18:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:18:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:18:20.730Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:20.734Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:18:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:18:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:18:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:18:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:18:50.744Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:50.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:18:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:18:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:18:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:19:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:19:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:19:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:19:20.750Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:20.754Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:19:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:19:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:19:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:19:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:19:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:19:50.760Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:50.764Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:19:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:19:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:20:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:20:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:20:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:20:20.765Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:20.769Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:20:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:20:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:20:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:20:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:20:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:20:50.769Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:50.774Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:20:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:20:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:21:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:21:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:21:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:21:20.774Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:20.779Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:21:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:21:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:21:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:21:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:21:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:21:50.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:50.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:21:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:21:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:21:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:22:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:22:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:13.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:20.786Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:20.791Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:22:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:22:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:22:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:50.792Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:50.796Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:22:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:22:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:53.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:22:53.830Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:22:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:23:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:23:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:23:20.801Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:20.806Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:23:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:23:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:23:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:23:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:23:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:23:50.806Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:50.811Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:23:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:23:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:23:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:24:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:24:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:24:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:24:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:24:20.820Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:20.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:24:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:24:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:24:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:24:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:24:50.824Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:50.829Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:24:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:24:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:24:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:24:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:25:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:25:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:13.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:25:20.829Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:20.833Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:25:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:23.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:25:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:25:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:50.835Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:50.839Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:25:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:25:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:25:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:25:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:26:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:26:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:26:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:26:20.840Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:20.847Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:26:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:26:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 6 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:26:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:26:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:26:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 12 - "logType": "access"
{"timestamp":"2023-04-22T17:26:50.848Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:50.853Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:26:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:26:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:26:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:27:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:27:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:27:20.854Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:20.859Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:27:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:27:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:27:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:43.829Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:50.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:50.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:27:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:27:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:27:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:28:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:28:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:20.875Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:20.879Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:28:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:28:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:33.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:28:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:50.889Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:50.893Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:28:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:28:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:28:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:28:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:29:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:29:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:29:20.903Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:20.907Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:29:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:29:23.840Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:23.841Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 35 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:29:33.816Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:29:33.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:33.833Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:29:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:29:50.908Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:50.913Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:29:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:29:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:29:53.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:29:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:30:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:30:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:30:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:30:20.913Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:20.918Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:30:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:30:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:30:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:30:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:30:50.921Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:50.926Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:30:53.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:30:53.832Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:31:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:31:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:03.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:31:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:31:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:31:20.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:20.942Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:31:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:31:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:31:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:31:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:31:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:31:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:31:50.947Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:50.952Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:31:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:31:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:31:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:32:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:32:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:32:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:13.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:20.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:20.961Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:32:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:32:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:43.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:32:43.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:43.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:50.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:50.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:32:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:32:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:32:53.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:32:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:33:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:03.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:33:13.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:33:13.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:13.840Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:33:20.984Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:20.988Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:33:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:33:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:33.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:33:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:33:50.992Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:50.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:33:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:33:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:33:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:33:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:34:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:34:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:34:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:34:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:34:21.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:21.007Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:34:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:34:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:34:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:34:51.008Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:51.013Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:34:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:34:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:35:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:35:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:35:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:35:21.016Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:21.021Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:35:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:35:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:35:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:35:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:35:51.028Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:51.033Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:35:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:35:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:35:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:36:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:36:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:13.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:21.034Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:21.039Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:36:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:36:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:36:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:36:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:51.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:51.044Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:36:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:36:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:36:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:37:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:37:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:03.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:37:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:37:13.841Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:13.841Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 36 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:37:21.046Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:21.051Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:37:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:37:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:37:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:37:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:33.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:37:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:37:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:37:51.052Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:51.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:37:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:37:53.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:38:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:38:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:38:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:38:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:38:21.058Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:21.062Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:38:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:23.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:38:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:33.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:38:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:38:51.073Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:51.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:38:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:38:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:38:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:39:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:39:03.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:03.828Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:03.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:39:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:39:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:39:21.084Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:21.089Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:39:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:39:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:39:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:39:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:39:51.090Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:51.095Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:39:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:39:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:39:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:40:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:40:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:40:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:13.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:40:21.096Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:21.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:40:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:40:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:40:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:40:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:40:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:40:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:40:51.108Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:51.111Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:40:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:40:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:40:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:41:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:41:03.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:41:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:41:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:41:21.111Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:21.116Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:41:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:41:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:41:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:41:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:41:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:41:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:43.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:41:51.116Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:51.121Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:41:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:41:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:41:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:42:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:42:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:42:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:42:21.122Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:21.136Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:42:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:42:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:42:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:42:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:42:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:43.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:42:51.138Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:51.142Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
{"timestamp":"2023-04-22T17:42:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:42:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:42:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:43:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:43:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:21.144Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:21.148Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:43:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:43:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:43:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:51.156Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:51.162Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:43:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:43:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:43:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:43:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:44:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:44:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:44:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:44:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:13.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:44:21.163Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:21.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:44:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:44:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:44:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:44:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:44:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:44:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:44:51.167Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:51.172Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:44:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:44:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:44:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:45:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:45:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:13.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:21.172Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:21.180Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:45:23.822Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:23.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:45:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:33.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:45:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T17:45:51.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:51.187Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:45:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:45:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:45:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:46:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:46:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:46:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:46:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:13.831Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:46:21.187Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:21.191Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:46:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:46:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:46:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:46:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:33.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:46:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:46:51.201Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:51.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:46:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:46:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:46:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:47:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:03.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:47:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:13.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:21.206Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:21.210Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:47:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:47:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:47:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:47:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:51.211Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:51.215Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:47:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:47:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:47:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:47:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:48:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:48:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:48:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:48:13.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T17:48:13.833Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:48:21.216Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:21.219Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:48:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:48:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:23.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:48:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:48:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:33.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:48:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:48:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:48:51.232Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:51.237Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:48:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:48:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:48:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:49:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:49:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:49:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:49:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:49:21.238Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:21.243Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:49:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:49:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:49:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:49:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:49:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:49:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:43.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:49:51.244Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:51.248Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T17:49:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:49:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:49:53.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:50:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:50:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:50:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:50:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:50:21.248Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:21.253Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:50:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:50:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:50:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:50:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:50:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:50:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:50:51.254Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:51.259Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:50:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:50:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:50:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:50:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:51:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:51:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:51:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:51:21.259Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:21.264Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:51:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:51:23.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
{"timestamp":"2023-04-22T17:51:23.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:51:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:51:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:51:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:51:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:51:51.265Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:51.270Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:51:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:51:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:51:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:51:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:52:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:03.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:52:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:21.271Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:21.275Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:52:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:23.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:52:33.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:52:33.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:33.838Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:43.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:52:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:43.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:51.276Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:51.281Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:52:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:52:53.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:52:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T17:52:53.826Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:53:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:53:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:53:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:53:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:53:21.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:21.287Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:53:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:53:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:53:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:53:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:53:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:53:51.292Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:51.297Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:53:53.824Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:53:53.850Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:53:53.850Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:54:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:54:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:03.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:54:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:54:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:13.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:54:21.298Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:21.302Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:54:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:54:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:54:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:54:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:54:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:54:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:54:51.304Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:51.308Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:54:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:54:53.838Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:54:53.839Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:54:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:55:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:55:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:03.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:55:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:55:21.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:21.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:55:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:55:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:55:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:43.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:55:51.333Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:51.338Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:55:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:55:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:56:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:56:03.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:03.831Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:56:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:56:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:56:21.343Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:21.348Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:56:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:56:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:56:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:56:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:56:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:56:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:56:51.355Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:51.360Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:56:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:56:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:57:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:57:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:03.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:57:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:57:21.372Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:21.377Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:57:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:57:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:57:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:33.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:57:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:57:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:57:51.387Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:51.391Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:57:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:57:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:57:53.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:58:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:58:03.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
{"timestamp":"2023-04-22T17:58:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:58:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:13.819Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:58:21.396Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:21.402Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:58:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:58:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:58:33.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:33.818Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:58:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:58:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:58:51.413Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:51.417Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:58:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:58:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:58:53.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:58:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:59:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:03.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:59:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:13.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:59:21.428Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:21.433Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T17:59:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:59:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:23.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:59:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:59:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T17:59:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:59:43.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:43.832Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:59:51.436Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:51.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T17:59:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T17:59:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T17:59:53.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:17:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:17:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:00:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:03.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:00:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:21.442Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:21.448Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:00:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:00:33.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:33.834Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:00:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:00:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:51.449Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:51.454Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:00:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:00:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:01:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:01:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:03.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:01:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:01:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:13.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:01:21.456Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:21.460Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:01:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:01:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:23.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:01:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:01:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:43.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:01:51.473Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:51.479Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:01:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:01:53.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:01:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:02:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:02:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:02:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:13.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:21.480Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:21.485Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:02:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:02:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:02:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:51.486Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:51.490Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:02:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:02:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:02:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:02:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T18:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:03:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:03:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:03:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:03:21.491Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:21.496Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:03:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:03:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:23.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:03:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:03:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:03:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:03:51.496Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:51.501Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:03:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:03:53.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:04:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:04:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:21.508Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:21.512Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:04:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:04:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:04:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:43.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:04:51.513Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:51.517Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:04:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:04:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:04:53.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:03.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:05:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:03.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:05:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:21.517Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:21.522Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:05:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:05:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:05:33.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:33.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:05:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:51.528Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:51.533Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:05:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:05:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:05:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:06:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:03.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:06:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:13.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:06:21.533Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:21.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:06:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:06:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:06:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 9 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:51.538Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:51.543Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:06:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:06:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:06:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:07:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:03.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:07:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:13.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:21.543Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:21.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:07:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:07:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:07:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:33.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:07:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:51.550Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:51.555Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:07:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:07:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:07:53.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:08:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:08:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:03.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:08:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:08:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:08:21.556Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:21.561Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:08:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:08:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:08:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:08:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:08:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:08:51.561Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:51.567Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:08:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:08:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:09:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:09:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:03.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:09:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:09:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:13.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:09:21.567Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:21.572Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:09:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:09:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:23.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:09:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:09:33.819Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:09:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:09:51.584Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:51.589Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:09:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:09:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:09:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:09:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:10:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:10:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:03.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:10:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:10:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:10:21.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:21.604Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:10:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:10:23.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:23.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:10:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:10:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:10:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:10:43.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:43.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:10:51.605Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:51.609Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:10:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:10:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:10:53.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:11:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:11:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:03.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:11:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:11:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:11:21.610Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:21.615Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:11:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:11:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:33.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:11:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:11:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:43.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:11:51.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:51.621Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:11:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:11:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:12:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:03.833Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:12:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:13.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:21.623Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:21.628Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:12:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:12:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:12:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:12:51.638Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:51.642Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:12:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:12:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:12:53.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:13:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:13:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:13:13.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:13.830Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:13.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:13:21.643Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:21.647Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:13:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:13:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T18:13:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:13:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:13:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:13:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:13:51.652Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:51.657Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:13:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:13:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:13:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:14:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:14:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:14:21.658Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:21.662Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:14:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:14:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:14:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:14:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:33.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:14:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:14:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:14:51.672Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:51.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:14:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:14:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:14:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:15:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:03.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:15:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:13.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:21.682Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:21.687Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:15:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:15:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:15:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:15:51.700Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:51.704Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:15:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:15:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:15:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:16:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:16:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:16:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:16:13.822Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:13.831Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:16:21.705Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:21.710Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:16:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:16:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:23.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:16:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:16:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:16:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:16:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:43.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:16:51.711Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:51.716Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:16:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:16:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:16:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:17:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:17:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:03.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:17:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:17:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:13.830Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:17:21.716Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:21.721Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:17:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:17:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:17:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:17:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:17:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:17:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:17:51.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:51.729Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:17:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:17:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:17:53.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:18:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:03.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:18:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:21.732Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:21.737Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:18:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:18:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:33.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:18:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:51.742Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:51.747Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:18:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:18:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:19:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:03.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:19:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:19:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:13.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:21.748Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:21.754Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:19:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:23.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:19:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:19:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:43.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:51.756Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:51.761Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:19:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:19:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:19:53.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:20:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:20:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:03.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:20:13.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:20:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:20:21.762Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:21.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:20:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:20:23.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:23.837Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 33 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:20:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:20:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:20:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:20:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:43.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:20:51.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:51.773Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:20:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:20:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:20:53.836Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:20:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:21:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:21:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:21:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:21:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:13.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:21:21.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:21.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:21:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:21:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:23.821Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:21:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:21:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:21:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:21:51.795Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:51.800Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:21:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:21:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:21:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:22:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:22:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:22:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:13.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:22:21.808Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:21.812Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:22:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:22:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:22:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:22:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:22:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:22:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:22:51.821Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:51.826Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:22:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:22:53.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:23:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:03.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:23:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:21.827Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:21.832Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:23:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:23:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:23:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:51.832Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:51.836Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:23:53.843Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:23:53.844Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 39 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:24:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:24:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:24:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:24:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:24:21.842Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:21.847Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:24:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:24:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:23.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:24:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:33.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:24:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:43.828Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:24:51.856Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:51.862Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:24:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:24:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:24:53.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:25:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:25:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:25:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:13.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:25:21.863Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:21.868Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:25:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:25:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:25:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:25:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:25:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:25:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:43.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:25:51.869Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:51.874Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:25:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:25:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:25:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:26:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:26:13.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:13.834Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 29 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:21.879Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:21.884Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:26:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:26:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:33.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:26:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:51.884Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:51.889Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:26:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:26:53.824Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:53.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:26:53.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:27:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:27:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:03.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:27:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:27:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:27:21.898Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:21.903Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:27:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:27:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:27:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:27:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:27:51.904Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:51.909Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:27:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:27:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:27:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:27:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:28:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:28:03.886Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:03.887Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 81 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:28:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:28:21.910Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:21.915Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:28:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:28:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:23.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:28:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:28:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:33.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:28:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:28:51.916Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:51.922Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:28:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:28:53.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:29:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:29:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:21.924Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:21.928Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:29:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:23.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:33.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:29:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:33.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:29:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:29:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:43.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:51.929Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:51.934Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:29:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:29:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:29:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:30:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:30:03.874Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:03.875Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 70 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:30:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:30:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:13.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:30:21.940Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:21.944Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:30:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:23.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:30:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:30:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:30:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:30:51.948Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:51.953Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:30:53.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:30:53.830Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:31:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:31:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:31:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:13.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:31:21.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:21.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:31:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:31:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:31:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:31:33.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:31:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:31:51.963Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:51.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:31:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:31:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:31:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:32:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:32:03.881Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:03.882Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 76 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:32:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:32:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:32:21.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:21.971Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:32:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:32:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:32:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:32:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:33.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:32:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:32:43.824Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:43.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:32:51.973Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:51.977Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:32:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:32:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:32:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:33:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:33:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:33:21.980Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:21.985Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:33:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:33:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:23.820Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:33:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:33.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:33:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:33:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:33:51.989Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:51.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:33:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:33:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:33:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:34:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:03.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:34:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:34:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:13.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:34:21.996Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:22.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:34:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:34:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:34:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:34:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:34:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:34:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:34:52.002Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:52.007Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:34:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:34:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:34:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:35:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:03.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:35:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:35:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:13.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:35:22.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:22.025Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:35:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:35:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:35:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:35:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:35:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:35:52.026Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:52.030Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:35:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:35:53.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:35:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:36:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:03.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:36:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:36:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:36:22.032Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:22.038Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:36:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:36:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:36:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:36:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:36:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:36:52.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:52.044Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:36:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:36:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:36:53.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:37:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:37:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:37:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:37:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:37:22.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:22.062Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:37:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:37:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:33.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:37:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:37:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:37:52.064Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:52.069Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:37:53.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:37:53.834Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:38:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:38:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:38:22.069Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:22.074Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:38:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:23.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:38:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:33.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:38:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:52.074Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:52.078Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:38:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:38:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:38:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 5 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:38:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:39:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:03.827Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:39:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:22.081Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:22.084Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:39:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:39:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:23.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:39:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:39:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:43.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:52.092Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:52.097Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:39:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:39:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:39:53.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:40:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:40:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:40:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:40:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:40:22.098Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:22.102Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:40:23.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:40:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:40:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:40:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:33.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:40:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:40:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:40:52.103Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:52.109Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:40:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:40:53.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:41:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:41:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:41:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:41:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:41:22.121Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:22.126Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:41:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:41:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:23.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:41:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:41:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:41:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:41:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:41:52.134Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:52.138Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:41:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:41:53.837Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:41:53.838Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:41:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 34 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:41:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:42:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:42:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:13.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:22.138Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:22.143Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:42:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:23.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:42:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:42:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:42:52.143Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:52.148Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:42:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:42:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:42:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:42:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:43:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:43:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:43:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:43:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:43:22.149Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:22.153Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:43:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:23.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:43:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:43:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:33.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:43:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:43:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:43.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:43:52.153Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:52.157Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:43:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:43:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:43:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:43:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:43:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:44:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:44:03.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:03.835Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:44:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:44:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:13.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:44:22.166Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:22.170Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:44:23.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:44:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:23.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:44:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:44:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:44:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:44:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:43.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:44:52.171Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:52.175Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:44:53.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:44:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:44:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:44:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:44:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:45:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:45:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:03.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:45:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:45:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:45:22.176Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:22.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:45:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:45:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:45:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:45:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:45:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:45:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:45:52.181Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:52.191Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:45:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:45:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:45:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:45:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:45:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:46:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:46:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:46:22.192Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:22.197Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:46:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:46:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:33.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:46:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:52.198Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:52.204Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:46:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:46:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:46:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:46:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:46:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:47:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:47:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:47:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:47:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:13.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:47:22.205Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:22.210Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:47:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:47:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:23.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:47:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:47:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:47:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:47:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:43.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:47:52.211Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:52.215Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:47:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:47:53.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:47:53.831Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:47:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:47:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:48:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:48:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:03.828Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:48:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:48:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:13.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:48:22.216Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:22.220Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:48:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:48:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:48:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:48:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:33.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:48:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:48:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:48:52.221Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:52.224Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:48:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:48:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:48:53.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:48:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:48:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:49:03.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:49:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:49:13.812Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:49:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:13.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:49:22.232Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:22.237Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:49:23.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:49:23.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:23.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:49:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:49:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:33.820Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:49:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:49:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:49:52.238Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:52.242Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:49:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:49:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:49:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:49:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:49:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:50:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:50:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:50:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:50:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:50:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:50:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:50:22.254Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:22.260Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:50:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:50:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:50:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:50:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:50:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:50:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:50:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:50:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:50:52.260Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:52.265Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:50:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:50:53.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:50:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:50:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:51:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:51:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:51:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:51:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:13.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:51:22.266Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:22.270Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:51:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:51:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:51:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:33.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:51:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:51:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:43.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:51:52.270Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:51:52.275Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:53.820Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:51:53.835Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:51:53.836Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:51:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:51:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:52:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:52:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:03.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:52:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:52:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:13.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:52:22.276Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:22.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:52:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:52:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:23.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:52:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:52:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:52:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:52:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:43.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:52:52.282Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:52.287Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:52:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:52:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:52:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:52:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:52:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:53:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:53:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:13.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:22.288Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:22.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:53:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:23.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:53:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:53:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:52.293Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:52.299Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:53:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:53:53.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:53:53.830Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:53:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:53:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:54:03.814Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:54:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:03.829Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:54:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:54:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:54:22.300Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:22.305Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:54:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:54:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:54:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:54:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:54:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:54:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:43.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:54:52.306Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:52.312Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:54:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:54:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:54:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:54:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:54:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:55:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:55:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:03.822Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:55:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:55:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:13.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T18:55:13.829Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:55:22.313Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:22.318Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:55:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:55:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:23.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:55:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:55:33.822Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:33.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:55:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:55:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:43.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:55:52.320Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:52.324Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:55:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:55:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:55:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:55:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:55:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:56:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:56:03.872Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:03.874Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 70 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:56:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:56:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:56:22.325Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:22.333Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:56:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:56:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:56:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:56:33.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:33.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:56:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:56:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:43.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:56:52.334Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:52.339Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:56:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:56:53.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:56:53.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:56:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:56:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:57:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:57:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:57:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:57:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:13.820Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:57:22.345Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:22.350Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:57:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:57:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:57:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:57:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:33.829Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:57:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:57:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:57:52.355Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:52.355Z","message":"Selector.select() returned prematurely 5 times in a row for Selector io.netty.channel.nio.SelectedSelectionKeySetSelector@5a3ad68c.","thread":"JanusGraph Cluster-nio-worker-0","logger":"io.netty.channel.nio.NioEventLoop","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:52.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:57:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:57:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:57:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:57:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:58:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:58:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:03.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:58:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:58:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:13.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:58:22.361Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:22.366Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:58:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:23.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:58:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:58:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:58:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:58:43.821Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:43.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
{"timestamp":"2023-04-22T18:58:43.826Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:58:52.376Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:52.381Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:58:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:58:53.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:58:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:58:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:59:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:59:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:59:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:59:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:13.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:59:22.395Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:22.399Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:23.821Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:59:23.836Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:23.837Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T18:59:33.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:59:33.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:33.829Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:59:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:59:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:43.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T18:59:52.400Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:52.405Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T18:59:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T18:59:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T18:59:53.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:18:59:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:18:59:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:00:03.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:03.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:00:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:22.405Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:22.409Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:00:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:00:33.820Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:33.824Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:00:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:00:43.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:52.410Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:52.415Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:00:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:00:53.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:00:53.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:00:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:00:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:01:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:01:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:01:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:01:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:13.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:01:22.421Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:22.427Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:01:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:01:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:01:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:01:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:01:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:01:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:01:52.427Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:52.431Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:01:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:01:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:01:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:01:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:01:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:02:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:02:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:02:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:02:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:13.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:02:22.432Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:22.437Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:02:23.806Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:02:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:23.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:02:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:02:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:33.822Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:02:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:02:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:43.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:02:52.441Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:52.446Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:02:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:02:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:02:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:02:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:02:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:03:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:03:03.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:03.830Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:03:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:03:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:13.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:03:22.458Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:22.462Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:03:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:03:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:03:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:03:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:33.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:03:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:03:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:03:52.476Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:52.481Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:03:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:03:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:03:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:03:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:03:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:04:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:04:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:22.482Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:22.487Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:04:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
{"timestamp":"2023-04-22T19:04:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:04:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:33.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:43.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:04:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:43.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:52.488Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:52.493Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:04:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:04:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:04:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:04:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:04:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:05:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:05:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:05:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:05:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:05:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:13.819Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:05:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:05:22.504Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:22.509Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:05:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:23.828Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:05:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:05:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:05:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:33.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:05:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:05:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:05:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:05:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:05:52.510Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:52.514Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:05:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:05:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:05:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:05:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:06:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:06:03.869Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:03.870Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:06:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 64 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:06:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:06:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:13.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:06:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:06:22.516Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:22.521Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:06:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:23.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:06:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:06:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:06:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:33.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:06:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:06:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:06:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:06:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:06:52.521Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:52.525Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:06:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:06:53.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:06:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:06:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:07:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:07:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:03.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:07:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:07:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:13.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:07:22.526Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:22.531Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:07:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:23.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:07:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:07:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:33.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:07:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:07:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:43.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:07:52.532Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:52.537Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:07:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:07:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:07:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:07:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:07:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:08:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:08:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:03.827Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:08:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:08:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:13.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:08:22.542Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:22.549Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:08:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:08:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:23.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:08:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:08:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:08:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:08:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:43.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:08:52.552Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:52.557Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:08:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:08:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:08:53.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:08:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:08:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:09:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:03.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:09:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:09:22.567Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:22.572Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:09:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:09:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:33.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:09:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:43.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:52.573Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:52.577Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:09:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:09:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:09:53.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:09:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:09:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:10:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:10:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:10:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:10:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:13.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:10:22.578Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:22.582Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:10:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:10:23.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:23.829Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:10:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:10:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:33.820Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:10:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:10:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:43.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:10:52.596Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:52.600Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:10:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:10:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:10:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:10:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:10:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:11:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:11:03.820Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:03.823Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:03.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:11:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:11:13.831Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:13.832Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 27 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:11:22.601Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:22.605Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:11:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:11:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:23.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:11:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:11:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:11:43.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:11:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:43.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:11:52.606Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:52.611Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:11:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:11:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:11:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:11:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:11:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:12:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:12:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:03.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:12:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:12:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:13.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:12:22.612Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:22.617Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:12:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:23.831Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:12:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:12:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:12:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:12:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:43.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:12:52.621Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:52.626Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:12:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:12:53.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:12:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:12:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:13:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:13:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:03.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:13:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:13:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:13:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:13.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:13:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:13:22.641Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:22.646Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:13:23.832Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:23.833Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:13:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:13:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:13:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:33.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:13:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:13:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:13:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:43.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:13:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:13:52.646Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:52.651Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:13:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:13:53.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:13:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:13:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:14:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:14:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:14:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:14:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:14:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:13.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:14:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:14:22.660Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:22.664Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:14:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:23.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:14:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:14:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:14:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:33.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:14:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:14:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:14:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:14:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:14:52.666Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:52.671Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:14:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:14:53.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:14:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:14:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:15:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:15:03.833Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:03.834Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 28 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:15:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:15:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:15:22.674Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:22.678Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:15:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:23.823Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:15:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:15:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:33.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:15:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:15:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:43.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:15:52.679Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:52.683Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:15:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:15:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:15:53.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:15:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:15:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:16:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:16:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:03.822Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:16:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:16:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:16:22.684Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:22.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:16:23.818Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:16:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:23.828Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:23.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:23.831Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:16:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:16:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:16:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:16:43.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:43.821Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:16:52.689Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:52.694Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:16:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:16:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:16:53.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:16:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:16:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:17:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:03.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:17:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:13.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:22.708Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:22.713Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:23.810Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:17:23.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:23.828Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:17:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:17:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:17:52.724Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:52.729Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:17:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:17:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:17:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:17:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:17:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:18:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:18:03.821Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:03.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:03.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:03.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:18:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:18:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:13.830Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:18:22.744Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:22.749Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:18:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:18:23.821Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:23.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
{"timestamp":"2023-04-22T19:18:23.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:18:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:18:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:33.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:18:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:18:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:18:52.755Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:52.761Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:18:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:18:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:18:53.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:18:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:18:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:19:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:19:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:03.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:19:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:19:13.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:13.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:19:22.762Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:22.767Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:19:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:19:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:19:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:19:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:19:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:19:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:19:52.768Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:52.772Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:19:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:19:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:19:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:19:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:20:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:20:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:20:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:20:13.815Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:20:13.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:13.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:20:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:20:22.780Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:22.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:20:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:23.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:20:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:20:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:20:33.825Z","message":"Connection[/10.233.72.63:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:33.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:33.829Z","message":"Connection[/10.233.72.63:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:33.828Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:20:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:20:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:20:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:43.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:20:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:20:52.785Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:52.790Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:20:53.834Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:20:53.835Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:20:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 30 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:20:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:21:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:21:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:03.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:21:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:21:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:21:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:21:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:21:22.801Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:22.805Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:21:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:21:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:21:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:21:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:33.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:21:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:21:43.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:21:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:43.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:21:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:21:52.810Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:52.814Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:21:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:21:53.823Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:21:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:21:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:22:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:22:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:03.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:22:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:22:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:22:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:22:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:22:22.815Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:22.820Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:22:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:23.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:22:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:22:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:22:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:33.826Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:22:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:22:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:22:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:43.824Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:22:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:22:52.820Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:52.826Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:22:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:22:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:22:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:22:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:23:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:23:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:23:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:23:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:13.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:23:22.832Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:22.837Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:23:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:23.826Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:23:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:23:33.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:33.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:23:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:23:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:23:52.838Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:52.844Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:23:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:23:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:23:53.823Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:23:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:23:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:24:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:24:13.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:13.819Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:22.844Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:22.848Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:24:23.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:23.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:24:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:24:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:24:52.849Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:52.855Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:24:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:24:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:24:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:24:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:24:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:25:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:25:03.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:03.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:25:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:25:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:25:22.856Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:22.860Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:25:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:25:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:23.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:25:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:25:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:33.826Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:25:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:25:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:43.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:25:52.861Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:52.865Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:25:53.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:25:53.839Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:25:53.840Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:25:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 32 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:25:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:26:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:26:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:03.828Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:26:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:26:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:13.830Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 24 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:26:22.866Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:22.870Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:26:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:26:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:23.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:26:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:26:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:33.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:26:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:26:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:43.821Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:26:52.878Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:52.882Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:26:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:26:53.910Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:26:53.911Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:26:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 105 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:26:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:27:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:27:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:03.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:27:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:27:13.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:13.822Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:27:22.884Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:22.891Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:27:23.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:23.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:27:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:27:33.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:33.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:27:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:27:43.818Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:43.819Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 13 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:27:52.898Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:52.903Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:27:53.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:27:53.820Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:27:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:27:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:28:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:28:03.865Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:03.865Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:28:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 60 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:28:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:28:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:13.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:28:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:28:22.903Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:22.909Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:28:23.820Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:23.823Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:23.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:28:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:28:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:28:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:28:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:28:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:28:43.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:43.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:28:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:28:52.910Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:52.915Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:28:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:28:53.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:28:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:28:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:29:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:29:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:29:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:29:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:29:13.830Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:13.831Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:29:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 25 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:29:22.927Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:22.931Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:29:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:23.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:29:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:29:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:29:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:29:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:29:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:29:43.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:43.823Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:29:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:29:52.932Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:52.936Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:29:53.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:29:53.821Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:29:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:29:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:30:03.811Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:30:03.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:03.829Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:30:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:30:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:30:13.829Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:13.830Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:30:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 26 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:30:22.937Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:22.941Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:30:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:23.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:30:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:30:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:30:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:33.822Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:30:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:30:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:30:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:43.821Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:30:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:30:52.950Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:52.955Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:30:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:30:53.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:30:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:30:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:31:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:31:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:03.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:31:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:31:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:13.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:31:22.956Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:22.960Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:23.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:31:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:23.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:31:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:31:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:33.826Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:31:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:31:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:43.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:31:52.962Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:52.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:31:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:31:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:31:53.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:31:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:31:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:32:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:32:03.862Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:03.863Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 56 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:32:13.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:32:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:13.819Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:32:22.967Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:22.972Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:32:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:32:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:32:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:32:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:33.824Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:32:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:32:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:32:52.973Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:52.978Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:32:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:32:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:32:53.826Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:32:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:32:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:33:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:33:03.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:03.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:33:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:33:13.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:13.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:33:22.980Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:22.985Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:33:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:33:23.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:23.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:33:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:33:33.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:33.827Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:33:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:33:43.828Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:43.829Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:33:52.986Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:52.990Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:33:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:33:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:33:53.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:33:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:33:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:34:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:34:03.860Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:03.860Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 53 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:34:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:34:13.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:13.820Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:34:23.001Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:23.006Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:34:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:34:23.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:23.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:34:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:34:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:33.825Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:34:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:34:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:43.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:34:53.008Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:53.011Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:34:53.825Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:53.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:53.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:34:53.827Z","message":"Connection[cassandra/10.233.67.234:9042-2, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:34:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:34:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:35:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:35:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:03.824Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:35:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:35:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:35:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:13.827Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:35:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:35:23.013Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:23.019Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:35:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:23.825Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:35:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:35:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-32","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:35:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:33.824Z","message":"Database is available","thread":"qtp1449605932-32","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:35:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:35:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:35:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:43.826Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:35:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:35:53.020Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:53.024Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:35:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:35:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:35:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:35:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 4 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:36:03.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:36:03.859Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:03.860Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:36:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 54 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:36:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:36:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:13.827Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:36:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 22 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:36:23.028Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:23.033Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:36:23.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:23.824Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:36:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:36:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:36:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:33.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:36:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:36:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:36:43.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:43.827Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:36:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:36:53.040Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:53.045Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:36:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:36:53.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:36:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:36:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:37:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:37:03.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:03.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:37:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:37:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:37:13.827Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:13.828Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:37:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 23 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:37:23.052Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:23.057Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:37:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:23.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:37:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:37:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:37:33.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:33.825Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:37:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:37:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-34","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:37:43.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:43.821Z","message":"Database is available","thread":"qtp1449605932-34","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:37:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:52 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
{"timestamp":"2023-04-22T19:37:53.065Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:53.071Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:37:53.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:37:53.825Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:37:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:54 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:56 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:37:58 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:00 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:02 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:38:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:38:03.819Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:03.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:38:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 15 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:04 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:06 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:08 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:10 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:12 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:38:13.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:38:13.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:13.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:38:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:14 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:16 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:18 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:20 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:22 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:38:23.072Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:23.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:38:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:23.820Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:38:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 14 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:24 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:26 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:28 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:30 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:32 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:38:33.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:38:33.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:33.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:38:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:34 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:36 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:38 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:40 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:42 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:38:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-28","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:38:43.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:43.824Z","message":"Database is available","thread":"qtp1449605932-28","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:38:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:44 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:46 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:48 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:50 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:38:53.077Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:53.082Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:53.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:38:53.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:38:53.825Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:38:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:38:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:03.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:39:03.823Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:03.824Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:39:13.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:13.823Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:23.083Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:23.088Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:23.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:39:23.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:23.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:33.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:39:33.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:33.822Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:43.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-30","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:39:43.824Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:43.825Z","message":"Database is available","thread":"qtp1449605932-30","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 19 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:53.089Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:53.094Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:39:53.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:39:53.821Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:39:53.822Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:39:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:39:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:40:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:03.823Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:40:13.825Z","message":"Connection[/10.233.69.16:9042-1, inFlight=1, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:13.826Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:13.827Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 21 - "logType": "access"
{"timestamp":"2023-04-22T19:40:13.831Z","message":"Connection[/10.233.69.16:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-1","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:23.101Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:23.106Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:40:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:25 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:27 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:29 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:31 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:33 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:33.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:40:33.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:33.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:33 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 16 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:35 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:37 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 3 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:39 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:41 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:43 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:43.809Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-35","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:40:43.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:43.825Z","message":"Database is available","thread":"qtp1449605932-35","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:43 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:45 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:47 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:49 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:51 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:40:53.113Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:53.127Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:53 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
{"timestamp":"2023-04-22T19:40:53.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:40:53.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:40:53.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:40:53 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:55 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:57 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:40:59 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:01 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:03 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:41:03.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-31","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:41:03.822Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:41:03.823Z","message":"Database is available","thread":"qtp1449605932-31","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:41:03 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 18 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:05 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:07 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:09 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:11 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:13 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:41:13.808Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:41:13.825Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:41:13.826Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:41:13 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 20 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:15 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:17 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 1 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:19 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
127.0.0.6 - - [22/Apr/2023:19:41:21 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:41:23.128Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:41:23.133Z","message":"Connection[cassandra/10.233.67.234:9042-1, inFlight=0, closed=false] heartbeat query succeeded","thread":"JanusGraph Cluster-nio-worker-0","logger":"com.datastax.driver.core.Connection","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:41:23 +0000] "GET /aai/util/echo" 200 226 REST haproxy-0111 haproxy - - - - - - - - - - 2 - "logType": "access"
{"timestamp":"2023-04-22T19:41:23.807Z","message":"Query requires iterating over all vertices [()]. For better performance, use indexes","thread":"qtp1449605932-33","logger":"o.j.g.t.StandardJanusGraphTx","level":"WARN","logType":"app"}
{"timestamp":"2023-04-22T19:41:23.820Z","message":"Number of vertices retrieved while checking db: 1","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
{"timestamp":"2023-04-22T19:41:23.821Z","message":"Database is available","thread":"qtp1449605932-33","logger":"o.onap.aai.rest.util.AaiGraphChecker","level":"DEBUG","logType":"app"}
127.0.0.6 - - [22/Apr/2023:19:41:23 +0000] "GET /aai/util/echo?action=checkDB" 200 273 REST ReadinessCheck_TID ReadinessCheck - - - - - - - - - - 17 - "logType": "access"